skill-creation
- Repo stars 883
- Author updated Live
- Author repo stencila
- Domain
- Other
- Compatible agents
-
- Claude Code
- Cursor
- Cline
- Codex
- Windsurf
- Gemini CLI
- +20
- Trust score
- 88 / 100 · community maintained
- Author / version / license
- @stencila · no license declared
- Token usage
- Lean
- Setup complexity
- Guided setup
- External API key
- Not required
- Operating systems
- macOS · Linux · Windows
- Runtime requirements
- Node.js
- Permissions
-
- Read-only
- Write / modify
- Shell exec
- Network behavior
- External requests
- Install commands
- 26 variants
Profile is derived at build time from SKILL.md and install vectors. Subject to drift from author intent.
Heads up: 未限定 allowed-tools,默认拥有全部工具权限。
---
name: skill-creation
description: Create a new Stencila workspace skill. Use when asked to create, write, or scaffold a SKILL.md f…
category: other
runtime: Node.js
---
# skill-creation output preview
## PART A: Task fit
- Use case: Create a new Stencila workspace skill. Use when asked to create, write, or scaffold a SKILL.md file or skill directory. Create a new workspace skill directory and SKILL.md file following the Agent Skills Specification. A skill is a directory under .stencila/skills/ containing a SKILL.md file with YAML frontmatter and a Markdown body. Skills are reusable i….
- Inputs: target material, constraints, expected output, and acceptance criteria.
- Evidence boundary: follow “Overview / Steps / Naming Rules” and do not present inference as author intent.
## PART B: Execution result
- **01** The card summarizes the use case; runtime output centers on “Create a new Stencila workspace skill. Use when asked to create, write, or scaffold a SKILL.md file or skill directory. Create a new workspace skill directory and SKILL.md file following the Agent Skills Specification. A skill is a directory under .stencila/skills/ containing a SKILL.md file with YAML frontmatter and a Markdown body. Skills are reusable i…”.
- **02** When the source has headings, the agent prioritizes “Overview / Steps / Naming Rules” so the result follows the author’s structure.
- **03** Typical output includes task judgment, concrete steps, required commands or file edits, validation, and follow-up options.
- **04** Risk context follows the fingerprint: read files, write/modify files, run shell commands; may access external network resources; usually needs no extra API key.
## Running Rules
- read files, write/modify files, run shell commands; may access external network resources; usually needs no extra API key.
- Validate with a small sample before expanding scope.
- Return the result, validation criteria, and next iteration options. The source does not require a stable slash command. After installation, invoke the skill by name and describe the task.
Name target files or source material, expected output, forbidden changes, and whether network or shell access is allowed. Permission fingerprint: read files, write/modify files, run shell commands.
Start with a small task and check whether the result follows “Overview / Steps / Naming Rules”. Inspect diffs, logs, previews, or tests before expanding scope.
Confirm the final output includes a concrete result, evidence, and next action. If it stays generic, tighten inputs, boundaries, and acceptance criteria.
---
name: skill-creation
description: Create a new Stencila workspace skill. Use when asked to create, write, or scaffold a SKILL.md f…
category: other
source: stencila/stencila
---
# skill-creation
## When to use
- Create a new Stencila workspace skill. Use when asked to create, write, or scaffold a SKILL.md file or skill directory…
- Use it when the task has clear inputs, repeatable steps, and validation criteria.
## What to provide
- Target material, scope, expected result, and forbidden changes.
- Whether network, commands, file writes, or external services are allowed.
## Execution rules
- Organize steps around “Overview / Steps / Naming Rules” and keep inference separate from source facts.
- read files, write/modify files, run shell commands; may access external network resources; usually needs no extra API key.
- Validate with a small sample before expanding the task.
## Output requirements
- Return the deliverable, key evidence, validation method, and next action.
- Mark missing information as unknown; do not invent commands, platforms, or dependencies. The author source anchors workflow facts; repository files anchor sources and commands; Fluxly only adds fit, limitations, and quality judgment.
skill "skill-creation" {
input -> user goal + target files + boundaries + acceptance criteria
context -> Overview / Steps / Naming Rules
rules -> SKILL.md triggers / order / output contract
runtime -> Node.js | read files, write/modify files, run shell commands | may access external network resources
guardrails -> usually needs no extra API key + small-sample validation + diff/log review
output -> copyable result + checklist + next iteration
} Overview
Create a new workspace skill directory and SKILL.md file following the Agent Skills Specification. A skill is a directory under .stencila/skills/ containing a SKILL.md file with YAML frontmatter and a Markdown body. Skills are reusable instruction sets for AI agents.
Skills should be self-contained. Do not rely on documentation or other content outside the skill directory. If the skill needs supporting material from elsewhere in the repository or from another source, copy it, summarize it, or excerpt it into files inside the skill's own references/ directory, then link to those local files from SKILL.md.
Steps
- Determine the skill name from the user's request
- Validate the name against the naming rules below
- Resolve the closest workspace skill directory: walk up from the current directory to find the nearest directory containing
.stencila/, or use the repository root if none exists - Create the directory
<closest-workspace>/.stencila/skills/<name>/ - Write the
SKILL.mdfile with frontmatter and instructions — include activation keywords in thedescriptionso agents can match the skill to user requests - Add
keywordsto the frontmatter to improve discoverability and delegation accuracy — include terms reflecting likely user intents, artifacts, and domains - Replace placeholders such as
TODObefore considering the skill complete - If the skill depends on supporting guidance, examples, or specifications, create focused files in
references/and put that material there rather than referring to files elsewhere in the repo - Optionally create
scripts/,references/, orassets/subdirectories if the skill needs them - Validate the finished skill with
stencila skills validate <name>, the skill directory path, or theSKILL.mdpath
When working from a nested directory in a repository, create the skill in the closest workspace's .stencila/skills/ directory rather than creating a new .stencila/ tree under the current subdirectory.
Naming Rules
Skill names must be lowercase kebab-case:
- 1–64 characters
- Only lowercase alphanumeric characters and hyphens (
a-z,0-9,-) - Must not start or end with a hyphen
- Must not contain consecutive hyphens (
--) - Must match the parent directory name
- Pattern:
^[a-z0-9]([a-z0-9-]{0,62}[a-z0-9])?$
By convention, names follow a thing-activity pattern describing the domain and action (e.g., code-review, data-analysis, test-generation).
Common corrections: reviewCode → code-review, data_analysis → data-analysis, Test-Gen → test-gen.
SKILL.md Format
The file has two parts:
- YAML frontmatter between
---delimiters - Markdown body with instructions for the agent
Required frontmatter fields
name— the skill name (must match directory name)description— what the skill does and when to use it (max 1,024 characters). Include specific keywords that help agents decide whether to activate the skill.
Optional frontmatter fields
license— SPDX identifier or reference to a license filecompatibility— environment requirements (max 500 characters)allowed-tools— space-delimited or comma-delimited list of pre-approved tools (e.g.,read_file grep shellorread_file, grep, shell, ask_user).keywords— (Stencila extension) list of keywords or tags for discovery and routing. Use terms that reflect likely user intents, artifacts, and domains. Helps managers and selection systems find and rank this skill. Include both positive signals (what this skill does) and negative signals (what it doesn't do) as keywords.metadata— arbitrary key-value pairs (e.g.,author,version)
Template
Use this as a starting point:
---
name: <skill-name>
description: <Clear description including keywords that help agents match this skill to user requests. Do not leave placeholders such as TODO. Max 1,024 characters.>
keywords:
- <keyword1>
- <keyword2>
# license: MIT
# allowed-tools: read_file grep shell
# metadata:
# author: <name>
# version: 0.1.0
---
## Steps
1. <First step>
2. <Second step>
3. <Third step>
## Examples
Input: <describe expected input>
Output: <describe expected output>
## Edge Cases
- <Common pitfall and how to handle it>
Directory Structure
Each skill gets its own subdirectory. Only SKILL.md is required:
.stencila/skills/
<skill-name>/
SKILL.md # Required — frontmatter + instructions
scripts/ # Optional — executable code
references/ # Optional — additional documentation
assets/ # Optional — static resources
Use scripts/ for executable code, references/ for detailed docs loaded on demand, and assets/ for templates and data files. Reference them from SKILL.md using relative paths.
Do not point SKILL.md at repository documentation, specifications, or other files outside the skill directory. When outside material is necessary, prefer adding a concise summary or excerpt under references/ instead of copying a large document verbatim. Keep individual reference files focused so agents can load only the minimum context needed.
Choosing allowed-tools
Only include tools the skill genuinely needs; prefer the minimal set.
| Tool | Use for | Include when |
|---|---|---|
read_file |
Read existing files | The skill needs to inspect repository or workspace content |
write_file |
Create new files or overwrite whole files | The skill creates files from scratch |
apply_patch, edit_file |
Modify existing files in place | The skill updates existing files; some models prefer one or the other |
grep |
Search file contents | The skill needs to find patterns, symbols, or references |
glob |
Find files by pattern | The skill needs to discover files or directories |
web_fetch |
Fetch and save web content locally | The skill needs to retrieve web pages or external documentation for review or summarization |
shell |
Run commands | The skill needs validation, formatting, tests, or other command-line checks |
ask_user |
Request clarification, confirmation, or approval | The skill may need user feedback before proceeding |
Writing Guidelines
- Keep the body under 500 lines / 5,000 tokens
- Use step-by-step numbered lists — easy for models to follow
- Include input/output examples
- Cover edge cases and common pitfalls
- Move detailed reference material to
references/files - Keep the skill self-contained: avoid links or instructions that depend on files outside the skill directory
- If external or repo-local guidance is needed, summarize or excerpt it into focused files under
references/ - Do not leave placeholder frontmatter or body content such as
TODO - Write a description that is specific, not vague (e.g., "Analyze datasets and generate summary statistics. Use when working with CSV, Parquet, or database query results." not "Helps with data.")
- Keep
descriptionunder 1,024 characters andcompatibilityunder 500 characters
Keeping skills workflow-agnostic
Skills must describe generic domain competence with generic inputs and outputs. They should work equally well when invoked by a user in a chat, by an agent acting alone, or by a workflow stage prompt. Workflow-specific concerns — context keys, route labels, workflow_* tool calls — belong in the workflow's stage prompts, not in skills.
Follow these rules:
- Do not reference
workflow_get_context,workflow_set_context,workflow_set_route, orworkflow_get_outputin any skill. These are workflow orchestration tools. If a skill needs input data, declare it in a "Required Inputs" table and let the caller (user, agent prompt, or workflow stage prompt) supply it. - Do not define "Context Keys" or "Route Labels" tables in skills. The workflow owns its data contract — which keys hold which values, and which labels control which branches. Skills should not know or care about that contract.
- Do not reference workflow node names (e.g.,
RunTestsRed,CheckRemaining) or specific workflow files. Skills should not know which workflow is calling them. - Declare inputs and outputs generically. Use a "Required Inputs" table listing what the skill needs (with Required/Optional) and an "Outputs" table listing what it produces. Use domain-appropriate names (e.g., "Acceptance criteria", "Test files", "Recommendation") rather than context key names.
- Use a single sentence to explain how inputs arrive. After the inputs table, include: "When used standalone, these inputs come from the user or the agent's prompt. When used within a workflow, the workflow's stage prompt will specify how to obtain them." This one sentence bridges both use cases without coupling to either.
- Mark plan/file fallbacks as standalone convenience. If a skill falls back to reading from a well-known location (e.g.,
.stencila/plans/) when an input is missing, frame this as a convenience for standalone use: "attempt to infer from X as a standalone convenience. In workflow use, the stage prompt should provide this explicitly."
The workflow's stage prompts are the glue layer. A well-structured stage prompt follows this pattern:
- Read workflow state —
workflow_get_context/workflow_get_outputcalls - Delegate to the skill — pass the retrieved values as the skill's declared inputs
- Store the skill's outputs —
workflow_set_contextwith the workflow's chosen key names - Route —
workflow_set_routewith the workflow's chosen labels, mapped from the skill's domain outputs
This separation means skills stay reusable across workflows, agents can use skills without workflow infrastructure, and the workflow is the single source of truth for its own data contract.
Edge Cases
- Skill directory already exists: Ask the user whether to overwrite, merge, or abort before modifying an existing skill. Never silently overwrite.
- Name mismatch: If the user provides a name that doesn't match kebab-case rules, suggest a corrected version rather than failing silently.
- Nested workspaces: If multiple
.stencila/directories exist in the ancestor chain, use the nearest one. Do not create a duplicate.stencila/skills/tree. - Empty or placeholder content: Do not consider the skill complete if any
TODO,<placeholder>, or empty sections remain in the finalSKILL.md. - External dependencies in documentation: If instructions refer to docs or files outside the skill directory, move the required content into focused files under
references/and updateSKILL.mdto point only to those local copies, summaries, or excerpts.
Validation
Before finishing, validate the skill:
# By skill name
stencila skills validate <skill-name>
# By directory path
stencila skills validate .stencila/skills/<skill-name>
# By SKILL.md path
stencila skills validate .stencila/skills/<skill-name>/SKILL.md
Validation should pass before you report the skill as complete.
Decide Fit First
Design Intent
How To Use It
Boundaries And Review