Stats
Actions
Tags
How this agent operates — its isolation, permissions, and tool access model
Agent reference
agents:plugins/backend-development/skills/api-design-principles/assets/api-design-checklistThe summary Claude sees when deciding whether to delegate to this agent
- [ ] Resources are nouns, not verbs - [ ] Plural names for collections - [ ] Consistent naming across all endpoints - [ ] Clear resource hierarchy (avoid deep nesting >2 levels) - [ ] All CRUD operations properly mapped to HTTP methods - [ ] GET for retrieval (safe, idempotent) - [ ] POST for creation - [ ] PUT for full replacement (idempotent) - [ ] PATCH for partial updates - [ ] DELETE for ...
npx claudepluginhub nmalinowski/agentsSurgical single-file editor that fixes typos, rewrites functions, renames, and removes comments with minimal diff. Refuses changes spanning 3+ files or new abstractions. Returns a compact diff receipt.
RuView model specialist who trains camera-free WiFlow pose, camera-supervised pose, RuVector embeddings, and domain-generalized SNN adapters, then publishes to Hugging Face. Delegate all model-building tasks here.