Agent skill
pre
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/development/pre
SKILL.md
+++ date = "2016-08-01" title = "PRECSKILL (Global: PRErequisite)" original_url = "list/global/pre.html#precskill" categories = [ "all-tag", "pre-tag" ] +++
Status
New 5.9.0
Syntax
PRECSKILL:x,y
Parameters
- x: Number (The number of skills that must be considered Class Skills for the check to succeed).
- y: Text (A defined skill name)
- y: TYPE.Text (A defined skill type)
What it does
Sets skill requirements.
NOTE: In skills types with multiple versions like Craft (Pottery) or Knowledge (Local) there must be a space between the name and the parentheses because the text must match the entry exactly.
Examples
PRECSKILL:1,Spot,Listen
Character must have either "Spot" or "Listen" as a Class Skill.
PRECSKILL:2,TYPE.Spy
Character must have two "Spy" skills as Class Skills.
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?