Agent Skills by NimiSora
Showing 118 vetted skills indexed across 1 GitHub repositories.
using-git-worktrees
Create isolated Git worktrees with ignore validation and setup commands.
test-driven-development
Implement a red-green-refactor test-driven development workflow with failing tests first.
systematic-debugging
Identify root causes of bugs and failed tests through a four-phase evidence-driven process.
using-superpowers
Invoke the Skill tool before every AI response to locate applicable skills.
dispatching-parallel-agents
Distribute independent failure domains to parallel agents for isolated troubleshooting.
chinese-code-review
Provide structured Chinese code-review feedback templates with graded labels.
executing-plans
Coordinate plan execution with review checkpoints and completion reports.
finishing-a-development-branch
Guide merge, PR, or cleanup choices after tests pass.
chinese-documentation
Standardize Chinese technical documentation with typography and terminology guidelines.
brainstorming
Transform vague ideas into concrete design specifications through structured brainstorming.
workflow-runner
Execute agency-orchestrator YAML workflows using the current LLM.
writing-plans
Create multi-step implementation plans from specifications before coding.
requesting-code-review
Automate structured code reviews before merging branches using templates and SHA inputs.
receiving-code-review
Verify code-review feedback against the codebase before implementing changes.
writing-skills
Design Claude skills with YAML frontmatter and progressive disclosure for structured knowledge capture.
chinese-commit-conventions
Automate Chinese Conventional Commits with commitlint, husky, and commitizen.
mcp-builder
Define MCP server structure with Tools, Resources, and Prompts primitives.
verification-before-completion
Run verification commands and record evidence before declaring task completion.
subagent-driven-development
Delegate each task to a fresh subagent with isolated context.
playwright-mcp
Automate browser navigation, interaction, and data extraction via Playwright MCP.
api-design-standards
Enforce REST API standards with unified responses, DTO separation, and pagination.
Self-Improving + Proactive Agent
Analyze user corrections and past outcomes to optimize future actions locally.
Database Designer
Generate normalized database schemas, migrations, seed data, and ER diagrams.
express-security-hardening
Harden Express apps with httpOnly JWT cookies, CSRF protection, and Zod validation.