Agent skill
package
Imported skill package from vercel
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/package
SKILL.md
{ "name": "react-best-practices-build", "version": "1.0.0", "description": "Build tooling for React Best Practices skill", "type": "module", "scripts": { "build": "pnpm build-agents && pnpm extract-tests", "build-agents": "tsx src/build.ts", "validate": "tsx src/validate.ts", "extract-tests": "tsx src/extract-tests.ts", "migrate": "tsx src/migrate.ts", "dev": "pnpm build && pnpm validate" }, "keywords": [ "react", "performance", "guidelines", "llm", "agents" ], "license": "MIT", "devDependencies": { "@types/node": "^20.0.0", "tsx": "^4.7.0", "typescript": "^5.3.0" } }
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?