{
  "markdown": "# Repo Template Scaffold\n\nCreate a new project skeleton with standard documents and VS Code snippets from\nany directory.\n\n## What this repo does\n\n- Creates a predictable set of project files.\n- Fills the files with placeholders and short instructions.\n- Adds VS Code snippets so the same content can be inserted with Tab stops.\n\n## Install\n\n```bash\nnpm install\nnpm run build\nnpm link\n```\n\nAfter linking, the command is available from any directory as `repo-template`.\n\n## Usage\n\n```bash\nrepo-template init my-new-project\n```\n\nYou can also omit the `init` subcommand:\n\n```bash\nrepo-template my-new-project\n```\n\nTo create the scaffold in the current directory, omit the directory too:\n\n```bash\nrepo-template\n```\n\nExisting files are preserved by default. Add `--force` to overwrite them.\n\n### Options\n\n- `--name <name>`: project name used in generated documents.\n- `--description <text>`: short project description.\n- `--owner <name>`: person or team responsible for the project.\n- `--force`: overwrite existing files.\n\n## Generated files\n\n- `AGENTS.md`\n- `README.md`\n- `CONTRIBUTING.md`\n- `CHANGELOG.md`\n- `scripts/update-changelog.js`\n- `ROADMAP.md`\n- `SECURITY.md`\n- `CODE_OF_CONDUCT.md`\n- `.agents/README.md`\n- `.agents/skills/README.md`\n- `.mcp.json.example`\n- `openwiki/INSTRUCTIONS.md`\n- `.github/workflows/openwiki-update.yml.example`\n- `.gitignore`\n- `.github/ISSUE_TEMPLATE.md`\n- `.github/PULL_REQUEST_TEMPLATE.md`\n- `.github/CLA.md`\n- `.vscode/settings.json`\n- `.vscode/extensions.json`\n- `.vscode/tasks.json`\n- `.vscode/project-docs.code-snippets`\n\n## Editing flow\n\nOpen `AGENTS.md` first to set the project instructions. Add a focused workflow\nunder `.agents/skills/` only after it becomes repeatable. Copy\n`.mcp.json.example` to `.mcp.json` for local tool integrations and keep all\ncredentials outside the repository. Use the matching snippet from the command\npalette or by typing its prefix. The snippet bodies use tab stops so you can\nmove through the placeholder sections in order.\n\n## OpenWiki\n\nNew projects include an OpenWiki scope brief and a disabled GitHub Actions\nworkflow example. Install the CLI, tailor `openwiki/INSTRUCTIONS.md`, then run\n`openwiki --init`. Once the chosen provider secret and model are configured,\nrename the workflow example to `openwiki-update.yml` to receive daily\ndocumentation-update pull requests.\n\nThe optional workflow is adapted from the [OpenWiki project](https://github.com/langchain-ai/openwiki), maintained by LangChain and its contributors. OpenWiki is MIT-licensed; the workflow example retains the upstream copyright and permission notice. See the [OpenWiki license](https://github.com/langchain-ai/openwiki/blob/main/LICENSE).\n\n## Development\n\n```bash\nnpm run dev\n```\n\n```bash\nnpm run build\n```\n\n```bash\nnpm run changelog\n```\n\nGenerated repositories can update their changelog without an npm script:\n\n```bash\nnode scripts/update-changelog.js\n```\n",
  "bytes": 2906,
  "sha": "50ec62962fe12995efa187d065195971478cce426cc828397143757e37ad61f7",
  "repo_slug": "eduardferrer/repo-template",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/okf_eduardferrer_repo_template_openwiki_inde_6cd9af1a/readme"
}