skills-management

Use when creating, finding, installing, reviewing, or managing Claude Code skills — covers skill authoring, discovery, conventions, and lifecycle management

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 "skills-management" with this command: npx skills add hjewkes/agent-skills/hjewkes-agent-skills-skills-management

Skills Management

Unified entry point for the entire skill lifecycle: finding existing skills, writing new ones, enforcing conventions, reviewing quality, and managing installations.

Reference Files

Load the reference appropriate to your current task:

ReferenceWhen to load
references/finding-skills.mdDiscovering and vetting skills from marketplaces and repos
references/writing-skills.mdTDD methodology for authoring new skills
references/conventions.mdDirectory layout, naming rules, frontmatter requirements
references/skill-manager-usage.mdCLI reference for the skill-manager script
references/dispatch-prompt-template.md6-section template for agent dispatch prompts
references/agent-skills-spec.mdAgent Skills open standard reference
references/reviewing-skills.mdAuditing skills for quality and portability

Writing-Skills Sub-References

The writing-skills reference has its own deep-dive files:

ReferenceContent
references/skill-structure.mdSKILL.md structure, directory layout, file organization
references/claude-search-optimization.mdCSO techniques, keyword coverage, token efficiency
references/testing-methodology.mdTesting all skill types, rationalizations, bulletproofing
references/skill-creation-checklist.mdComplete TDD-adapted checklist
references/anti-patterns.mdAnti-patterns with examples
references/context-optimization-patterns.mdExtracting oversized skills, plugin-to-skill conversion

Quick Decision

  • Need a capability? Start with finding-skills to search before building
  • Building from scratch? Use writing-skills (TDD methodology)
  • Unsure about structure? Check conventions and agent-skills-spec
  • Auditing existing skills? Use reviewing-skills
  • Managing installs? Use skill-manager-usage

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

github-pr

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

managing-github-issues

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

code-review

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

subagent-driven-development

No summary provided by upstream source.

Repository SourceNeeds Review