skill-registry

- When adding a new skill to the project registry

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "skill-registry" with this command: npx skills add phar-dev/phardev.dot/phar-dev-phardev-dot-skill-registry

When to Use

  • When adding a new skill to the project registry

  • When searching for skills by name or description

  • After creating a new skill to register it automatically

Critical Patterns

  • Maintain a JSON file with skill names and descriptions

  • Use commands to add new skills to the registry

  • Search functionality to find skills based on queries

Integration with skill-creator

This skill is designed to work in conjunction with skill-creator . After using skill-creator to create a new skill, use this skill to automatically add the new skill to the JSON registry. This ensures that all skills are tracked and searchable.

Example workflow:

  • Use skill-creator to create a new skill folder and SKILL.md.

  • Extract the name and description from the new SKILL.md.

  • Use the add command to update assets/registry.json .

Code Examples

No code examples needed, as this is a management skill.

Commands

Add a new skill to the registry

jq '.skills += [{"name": "new-skill", "description": "Description of new skill"}]' assets/registry.json > temp.json && mv temp.json assets/registry.json

Search for skills

jq '.skills[] | select(.name | contains("search-term"))' assets/registry.json

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Coding

git-master

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

safe-refactor

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

command-creator

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

skill-finder

No summary provided by upstream source.

Repository SourceNeeds Review