Agent skill
sign
Add a learned pattern (sign) that Ralph will remember for future stories.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/sign
SKILL.md
Add Sign
The user wants to add a sign - a pattern or rule that Ralph should remember for all future work.
Get the pattern from the user. Ask:
- What's the pattern or rule? (e.g., "Always use select_related for foreign keys")
- What category? (frontend, backend, general, testing)
Then run:
npx ralph sign "THE PATTERN HERE" CATEGORY
Examples:
npx ralph sign "Never hardcode AI model names - use env vars" backend
npx ralph sign "Always add data-testid for Playwright tests" frontend
npx ralph sign "Use useCallback for event handlers passed to children" frontend
npx ralph sign "Always paginate list endpoints" backend
After adding, confirm: "Added sign. Ralph will include this in every future story prompt."
To see all signs:
npx ralph signs
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?