Agent skill
default
Install this agent skill to your Project
npx add-skill https://github.com/josephkirk/ArtReactor-Core/tree/main/artreactor/plugins/templates/default
SKILL.md
This skill provides core functionality through the {{name}} plugin.
Context Keywords
- {{name}}
Tools
List the tools provided by this plugin here.
Instructions
Provide detailed instructions on how agents should use this skill.
Include any important considerations, prerequisites, or best practices.
Examples
Provide examples of how to use this skill effectively.
- Example task description
- Another example task
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
router
Git Version Control
Provides Git version control operations for managing code repositories. Allows agents to check repository status, view commit history, and perform basic Git operations.
obsidian-vault
Search, create, and manage notes in the Obsidian vault with wikilinks and index notes. Use when user wants to find, create, or organize notes in Obsidian.
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.
handoff
Compact the current conversation into a handoff document for another agent to pick up.
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.
Didn't find tool you were looking for?