Agent skill
test-skill
A test skill for validation
Install this agent skill to your Project
npx add-skill https://github.com/Anthony-Bible/code-agent-demo/tree/main/skills/test-skill
Metadata
Additional technical details for this skill
- author
- Test Author
- version
- 1.0.0
- test data
- example-value
SKILL.md
Test Skill
This is a test skill for integration testing.
Use this skill to verify that the skill system is working correctly.
Testing Checklist
- Verify skill discovery works
- Verify skill activation works
- Verify skill content is properly returned
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
code-review
Performs code review with best practices
handoff
Compact the current conversation into a handoff document for another agent to pick up.
setup-pre-commit
Set up Husky pre-commit hooks with lint-staged (Prettier), type checking, and tests in the current repo. Use when user wants to add pre-commit hooks, set up Husky, configure lint-staged, or add commit-time formatting/typechecking/testing.
git-guardrails-claude-code
Set up Claude Code hooks to block dangerous git commands (push, reset --hard, clean, branch -D, etc.) before they execute. Use when user wants to prevent destructive git operations, add git safety hooks, or block git push/reset in Claude Code.
scaffold-exercises
Create exercise directory structures with sections, problems, solutions, and explainers that pass linting. Use when user wants to scaffold exercises, create exercise stubs, or set up a new course section.
edit-article
Edit and improve articles by restructuring sections, improving clarity, and tightening prose. Use when user wants to edit, revise, or improve an article draft.
Didn't find tool you were looking for?