Skill creator defaults
Guide to project-specific defaults for skill creation. Use when users want to create a new skill, edit an existing skill, write SKILL.md, or modify any files in .agents/skills. Also triggers when users mention create skill, new skill, write skill, edit skill, or .agents/skills.From its SKILL.md
npx -y skills add taujiong/skills --skill skill-creator-defaultsAssembled 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.
- 0 stars0 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.
SKILL.md
1.5 KB, 272 tokens by cl100k_base, as published. Nobody here has run it
Skill Creator — Project Defaults
Apply these conventions whenever creating or editing a skill in this project.
Default Output Location
If the user does not specify an output path, save the skill to:
<project_root>/.agents/skills/<skill-name>/
<project_root> is the current working directory.
Writing Style
Skills are written for agents. Follow these standards:
- Concise: omit filler words and redundant explanation
- Precise: use unambiguous terminology; prefer specific terms over general ones
- Imperative: use command form ("Do X", not "You should do X" or "X can be done")
- Formal: avoid colloquialisms, contractions, and conversational tone
Description Format
Always use this exact three-part format for the description field in SKILL.md frontmatter:
Guide to <what the skill does>. Use when users want to <primary use cases>. Also triggers when users mention <trigger keywords or phrases>.
Example:
Guide to automate the git commit workflow. Use when users want to commit changes, stage and commit, or generate a commit message. Also triggers when users mention commit my changes, help me commit, ok commit it, or looks good commit.
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.