agentsclimarketplace

Add skill templates

Skill yu-iskw/meta-agent-skills/.claude/skills/add-skill-templates

Standardized, portable AI agent skills that proactively bootstrap your codebase for autonomous development.

Install
npx -y skills add yu-iskw/meta-agent-skills --skill add-skill-templates

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

2 things to look at

  • no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
  • 2 stars2 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its author says it does

Copied from the file, not written here

Add new Agent Skill templates to the meta-agent-skills framework.

SKILL.md

1.7 KB, 381 tokens by cl100k_base, as published. Nobody here has run it

Add Skill Templates

Purpose

This skill standardizes the process of adding new Agent Skill templates to the meta-agent-skills framework. It ensures that new templates follow the required structure for automatic instantiation by the Meta-Agent.

When to Use

  • When you want to add a new standard capability (e.g., deploy-k8s, performance-bench) to the meta-agent-skills framework.
  • When existing templates need to be cloned or used as a basis for a new one.

Instructions

  1. Identify New Skill Requirements:

    • Determine the name and purpose of the new skill.
    • Identify the primary commands that should be included in its Commands table.
  2. Use Boilerplate:

    • Read the boilerplate template from assets/skill-template-boilerplate.md.
    • Create a new file in skills/meta-agent-skills/assets/templates/skills/ named <skill-name>.md.
  3. Configure Template:

    • Fill in the YAML frontmatter (name, description).
    • Use placeholders like {{ order }}, {{ component }}, {{ path }}, {{ layer }}, {{ command }}, and {{ description }} in the Commands table.
    • Refer to references/conventions.md for guidance on placeholder usage and layer naming.
  4. Register Capability:

    • Update the Capabilities Generated section in skills/meta-agent-skills/SKILL.md to include the new skill.
  5. Verify:

    • Ensure the template is readable and follows the format of existing templates like lint-fix.md.

References

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.