Agent skill
PromptWar̊e ØS Agent Skill Specification
Learn how to use SKILL by following this SKILL specification.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/development/unknown-shipfail-promptware
SKILL.md
The SKILL.md Specification for PromptWar̊e ØS
PromptWar̊e ØS Agent Skills are based on the Anthropic Claude Agent Skills Spec, with below modifications and enhancements:
- all
scripts/toolsMUST written in TypeScript with Deno as runtime. No exceptions. - all
scripts/toolsMUST support standand CLI--helpcommand and output the detailed usage description. - all
scripts/toolswill be executed with a remote-first way, no download needed. (usedeno https://urlto execute it directly)
References
UnDoc is our ultimate documentation source of the truth.
- Learn full anthropic claude agent skills specification at https://shipfail.github.io/undoc/un/claude-agent-skills-spec.md
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?