Agent skill
router
Install this agent skill to your Project
npx add-skill https://github.com/josephkirk/ArtReactor-Core/tree/main/artreactor/plugins/templates/router
SKILL.md
This skill provides functionality through the {{name}} plugin.
Context Keywords
- {{name}}
- api
- endpoint
Tools
{{name}}_root- Access the root endpoint
Instructions
When working with {{name}}, use the available tools to interact with the plugin's API endpoints.
The plugin exposes RESTful endpoints that can be called by agents to perform specific tasks.
Examples
# Example usage of {{name}}
result = await {{name}}_root()
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
default
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?