Agent skill
commands-udecode-plate
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/testing/commands-udecode-plate
SKILL.md
Scan package tests, update @.claude/rules/testing.mdc with new patterns. Follow writing-skills: DRY, ultra-concise, token-efficient.
Process:
- Glob
packages/[PACKAGE]/**/*.spec.{ts,tsx} - Read 6-8 diverse tests: plugins, transforms, components, hooks, utils
- Identify patterns NOT in testing.mdc:
- Imports (ONLY
mock/spyOnfrom bun:test - describe/it/expect are global) - Test organization, mocking, assertions, RTL, edge cases
- Imports (ONLY
- Update testing.mdc: Add to existing sections (DRY), one example per pattern, Quick Reference if frequent
- Report:
Found X patterns → Updated Y sections
Critical:
- Only actual codebase patterns. No theoretical examples. No duplication.
- Test globals (
describe,it,expect, etc.) are global viatooling/config/global.d.ts- NO imports needed - ONLY import
mockandspyOnwhen used
Package: Specify path (e.g., packages/media)
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?