write-skill

Create Krill-compatible skill files with YAML frontmatter and Markdown structure.

1|Updated Feb 7, 2026
One-click install
npx skills add https://github.com/thirteen37/Krill --skill write-skill-thirteen37
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: write-skill
Source: https://github.com/thirteen37/Krill/tree/main/.claude/plugins/krill-dev/skills/write-skill
Command: npx skills add https://github.com/thirteen37/Krill --skill write-skill-thirteen37

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This skill provides a structured framework for creating, documenting, and testing Krill skills, ensuring they adhere to the AgentSkills open standard and follow best practices for progressive disclosure.

Core Features & Use Cases

  • Standardized Structure: Guides the creation of skills using the required YAML frontmatter and Markdown body format.
  • Progressive Disclosure: Helps organize complex logic by splitting content between the main SKILL.md and supporting reference files.
  • Code Pattern Validation: Ensures executable Python code patterns are formatted correctly for the Krill sandbox environment.
  • Use Case: Use this skill when you need to build a new recurring workflow or agent capability and want to ensure it integrates seamlessly with Krill's architecture.

Quick Start

Use the write-skill skill to generate a new skill template for a custom research agent.

Frequently Asked Questions about write-skill

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I create a new agent skill that follows the AgentSkills specification?

To create an agent skill following the AgentSkills specification, you need to structure it with required YAML frontmatter and a Markdown body, ensuring correct directory organization for bundled or personal skills.

What is progressive disclosure in skill development and when should I use it?

Progressive disclosure in skill development is the practice of splitting complex logic between the main SKILL.md and supporting reference files. You should use it to organize extensive content and maintain standardized skill structures.

How do I format executable Python code patterns for the Krill sandbox environment?

Formatting executable Python code patterns for the Krill sandbox requires validating your code against specific structural templates to ensure it adheres to the Krill architecture and executes correctly in the sandbox.

Does my custom automation workflow need YAML frontmatter to integrate with Krill?

Yes, your custom automation workflow needs YAML frontmatter to integrate with Krill. The standardized structure requires specific frontmatter configuration alongside an imperative writing style in the Markdown body.

What is the best way to structure documentation for a recurring agent workflow?

The best way to structure documentation for a recurring agent workflow is to use standardized skill files with imperative writing styles, splitting detailed logic into reference files for progressive disclosure.

Are there limitations when organizing bundled skills versus personal skills in Krill?

When organizing bundled skills versus personal skills in Krill, you must follow specific directory organization rules to ensure proper integration, as incorrect structure can prevent the agent from loading the skill.