{"_id":"@abuxton/skills","name":"@abuxton/skills","dist-tags":{"latest":"1.0.0"},"versions":{"1.0.0":{"name":"@abuxton/skills","version":"1.0.0","description":"Agent skills for GitHub Copilot and other coding agents, built following the agentskills.io specification","keywords":["skills","agent-skills","github-copilot","agentskills","copilot"],"homepage":"https://github.com/abuxton/Skills#readme","license":"MIT","repository":{"type":"git","url":"git+https://github.com/abuxton/Skills.git"},"bugs":{"url":"https://github.com/abuxton/Skills/issues"},"gitHead":"4c995335105f40883389094c0a7cb8c8254a6dce","_id":"@abuxton/skills@1.0.0","_nodeVersion":"25.6.1","_npmVersion":"11.9.0","dist":{"integrity":"sha512-JDAD2Zaurb/k8L0Aq5enOMcXenGroaTygPGZ7LrAJTfC+/ythA3YGG1FFFzUyhc10lX4/DWnSR1dVoUNonxfxw==","shasum":"12f3e3e06e124067e21895008ab05a1f00962384","tarball":"https://registry.npmjs.org/@abuxton/skills/-/skills-1.0.0.tgz","fileCount":12,"unpackedSize":38280,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEQCIDtbSIxayLXWTbRIox+XUGiAGBIjAKTrBg3nZEHCmP3TAiB48x6R8tu7LdlGUjZ3FssYOVttjcv+skKbWJgnl7hLzg=="}]},"_npmUser":{"name":"abuxton","email":"buxton.adam@gmail.com"},"directories":{},"maintainers":[{"name":"abuxton","email":"buxton.adam@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/skills_1.0.0_1772192091310_0.5842915925251231"},"_hasShrinkwrap":false}},"time":{"created":"2026-02-27T11:34:51.227Z","1.0.0":"2026-02-27T11:34:51.490Z","modified":"2026-02-27T11:34:51.682Z"},"maintainers":[{"name":"abuxton","email":"buxton.adam@gmail.com"}],"description":"Agent skills for GitHub Copilot and other coding agents, built following the agentskills.io specification","homepage":"https://github.com/abuxton/Skills#readme","keywords":["skills","agent-skills","github-copilot","agentskills","copilot"],"repository":{"type":"git","url":"git+https://github.com/abuxton/Skills.git"},"bugs":{"url":"https://github.com/abuxton/Skills/issues"},"license":"MIT","readme":"# Skills\n\n[![npm version](https://img.shields.io/npm/v/@abuxton/skills?style=flat)](https://npmjs.com/package/@abuxton/skills)\n[![License](https://img.shields.io/github/license/abuxton/Skills)](LICENSE)\n\nAgent skills for GitHub Copilot and other coding agents, built following the\n[agentskills.io specification](https://agentskills.io/specification) and\npublishable via [skills-npm](https://github.com/antfu/skills-npm).\n\n## Available Skills\n\n| Name | Description |\n| ---- | ----------- |\n| [shields-badges](skills/shields-badges/SKILL.md) | Analyse a repository to identify its focus and technology stack, then apply appropriate [shields.io](https://shields.io) badges to markdown files. |\n| [writing-skills](skills/writing-skills/SKILL.md) | Author high-quality agent skills following the agentskills.io specification, with correct frontmatter, workflow structure, and reference assets. |\n| [publishing-npm](skills/publishing-npm/SKILL.md) | Prepare and publish an npm package that ships agent skills, following the skills-npm convention for skill bundling and distribution. |\n| [github-gist](skills/github-gist/SKILL.md) | Create, manage, and organize GitHub Gists using the gh and CLI. |\n\n## Usage\n\n### Via npm (Recommended)\n\nInstall the package and symlink the bundled skills using [skills-npm](https://github.com/antfu/skills-npm):\n\n```bash\nnpm install @abuxton/skills\nnpx skills-npm\n```\n\nTo symlink skills automatically on every `npm install`, add a `prepare` script to your `package.json`:\n\n```json\n{\n  \"scripts\": {\n    \"prepare\": \"npx skills-npm\"\n  }\n}\n```\n\n`skills-npm` creates symlinks at `skills/npm-<package-name>-<skill-name>` in your project. Add this to your `.gitignore` to avoid committing them:\n\n```gitignore\nskills/npm-*\n```\n\n### Manually\n\nCopy a skill folder to your local `skills/` directory and reference it in your\nCopilot prompts, or let the agent discover it automatically.\n\nEach skill folder contains a `SKILL.md` instruction file and optional bundled\nreference assets.\n\n## Contributing\n\nSee [AGENTS.md](AGENTS.md) for guidance on writing new skills and publishing them via npm.\n","readmeFilename":"README.md","_rev":"1-928ff0ea12c458da974d1666f50b4744"}