Files
holocron/plugins/kyberforge/skills/skill-author/references/sources.md
Defame1297 08abe9920a fix(skill-author): resolve skill-audit findings
- script: new-skill.sh now exits 0 when target already exists (idempotent
  retry-safe) instead of exit 1; --help updated to reflect narrowed error cases
- test: updated bats test to assert success and "nothing to do" output
- body: removed speculative "Extract the skill from a real task" advice
  (human-targeted, not agent-actionable)
- formatting: converted H4 headings in Step 2 to bold text (H2/H3 two-tier model)
- provenance: removed orphan agentskills-llms-txt entry from references/sources.md;
  added discovery-only comment

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-26 21:24:11 +00:00

2.5 KiB

Sources

agentskills-home

  • URL: https://agentskills.io/home.md
  • Description: Agent Skills overview — what it is, why it exists, progressive disclosure model, ecosystem of 35+ implementing tools
  • Contributing files: SKILL.md
  • Status: extracted

agentskills-spec

  • URL: https://agentskills.io/specification.md
  • Description: Complete SKILL.md format specification — frontmatter fields, constraints, body content, optional directories, progressive disclosure levels, file references, validation
  • Contributing files: SKILL.md, references/deployment-modes.md
  • Status: extracted

agentskills-best-practices

  • URL: https://agentskills.io/skill-creation/best-practices.md
  • Description: Best practices for skill creators — starting from real expertise, spending context wisely, calibrating control, instruction patterns (gotchas, templates, checklists, validation loops)
  • Contributing files: SKILL.md
  • Status: extracted

agentskills-optimizing-descriptions

agentskills-evaluating-skills

agentskills-using-scripts

  • URL: https://agentskills.io/skill-creation/using-scripts.md
  • Description: Using scripts in skills — one-off commands, self-contained scripts with inline dependencies, designing scripts for agentic use (no interactive prompts, --help, structured output, idempotency)
  • Contributing files: SKILL.md, references/scripts.md
  • Status: extracted

agentskills-quickstart