fusengine/agents Skills
(18)Browse AI agent skills from fusengine/agents for Claude Code, OpenClaw, Cursor, Windsurf, and more. Install them with a single command to extend what your agents can do.
agent-creator
fusengine/agents
Use when creating expert agents. Generates agent.md with frontmatter, hooks, required sections, and skill references.
brainstorming
fusengine/agents
Use when user requests creative work - creating features, building components, adding functionality, or modifying behavior. Activates BEFORE APEX Analyze phase to refine requirements through structured questioning.
breaking-changes
fusengine/agents
Detect breaking changes in Claude Code updates by comparing current API surface against changelog. Maps impacts to specific plugin files.
changelog-scan
fusengine/agents
Scan Claude Code changelog for new versions, features, and changes. Fetches official docs, parses release notes, and generates structured update report.
code-quality
fusengine/agents
Code quality validation with linters, SOLID principles, DRY detection, error detection, and architecture compliance across all languages.
commit-detection
fusengine/agents
Detects optimal commit type from git changes. Use when analyzing commits, determining commit type, or before committing.
community-pulse
fusengine/agents
Monitor community feedback on Claude Code via Exa search. Gathers sentiment, real-world usage patterns, bug reports, and feature requests from blogs, forums, and social media.
elicitation
fusengine/agents
Auto-review skill for expert agents. After coding, expert applies elicitation techniques to self-correct before sniper validation. Inspired by BMAD-METHOD.
exploration
fusengine/agents
Codebase exploration techniques for rapid discovery, architecture analysis, pattern detection, and dependency mapping.
post-commit
fusengine/agents
Universal post-commit actions. CHANGELOG update and git tag for all repos. Plugin version bumping for marketplace repos. Triggered after any code commit (except wip/amend/undo).
pr-summary
fusengine/agents
Summarize current pull request with diff, comments, and changed files. Use when reviewing PRs or before merging.
react-effects-audit
fusengine/agents
Audit React components for unnecessary useEffect patterns. Detects 9 anti-patterns from "You Might Not Need an Effect" and proposes fixes with severity levels.
research
fusengine/agents
Technical research methodology using Context7, Exa, and Sequential Thinking for documentation, best practices, and complex investigations.
seo
fusengine/agents
SEO/SEA/GEO 2026 complete methodology for organic, paid, and AI search optimization.
skill-creator
fusengine/agents
Use when creating new skills, restructuring existing skills, or improving skill documentation. Generates SKILL.md + references/ structure with proper patterns.
sniper-check
fusengine/agents
Use when validating code quality after modifications. Runs sniper agent in isolated forked context for clean, fast validation.
tdd
fusengine/agents
Use when writing production code that needs tests - new features, bug fixes, refactoring. Enforces RED-GREEN-REFACTOR cycle before any implementation.
verification
fusengine/agents
Use when marking a task as complete, finishing a feature, or claiming a bug is fixed. Ensures functional resolution is verified with evidence before closing.