By nekoguntai
Strict, evidence-driven software quality audit for any repository. Multi-domain scoring anchored to ISO/IEC 25010, McCabe, NIST, SonarQube, and OWASP. Supports full and diff modes, trend tracking across runs, and multi-language projects (Node, Python, Go, Rust, Java, Kotlin, Ruby, PHP, Elixir, Swift, .NET, Scala).
Display the full /grade timeline for the current repository without re-running the audit. Shows trajectory, per-run deltas, and domain trends from persisted history.
Strict, evidence-driven software quality audit of the current repository. Produces a scored multi-domain quality report anchored to ISO/IEC 25010, with mechanical tool-backed signals and ISO-anchored LLM judgment where no tool can reliably measure. Supports full and diff modes, trend tracking, and multi-language projects.
A personal Claude Code plugin marketplace. Each plugin lives in its own subdirectory under plugins/ and ships one or more skills.
Add the marketplace once, then install any plugin from it:
/plugin marketplace add nekoguntai/skills
/plugin install <plugin-name>@nekoguntai-skills
/reload-plugins
Where <plugin-name> is one of the plugins listed below.
| Plugin | Skills | Description |
|---|---|---|
grade | /grade:grade, /grade:grade-history | Strict, evidence-driven software quality audit anchored to ISO/IEC 25010. Multi-domain scoring, full + diff modes, trend tracking, multi-language. |
skills/ (this repo)
├── .claude-plugin/
│ └── marketplace.json # marketplace catalog — all plugins listed here
├── plugins/
│ └── <plugin-name>/
│ ├── .claude-plugin/
│ │ └── plugin.json # plugin manifest
│ ├── skills/
│ │ └── <skill-name>/
│ │ ├── SKILL.md # skill instructions
│ │ └── ... # supporting scripts / data
│ └── README.md # plugin-specific docs
├── README.md # this file
└── LICENSE
plugins/<new-plugin>/.claude-plugin/plugin.json with name, description, author, license.plugins/<new-plugin>/skills/<skill>/SKILL.md for each skill the plugin ships. Use ${CLAUDE_SKILL_DIR} to reference sibling files (scripts, markdown, etc.) — this works for both plugin-installed and standalone skills..claude-plugin/marketplace.json under plugins. Use a relative path like "source": "<new-plugin>" (the metadata.pluginRoot makes paths relative to ./plugins/). Set version here, not in plugin.json — for relative-path plugins, the plugin manifest's version silently wins and can shadow marketplace updates./plugin marketplace update nekoguntai-skills.Bump the version field in .claude-plugin/marketplace.json for that plugin. Without a version bump, Claude Code's plugin cache won't re-install the updated files. Users pull updates with /plugin marketplace update nekoguntai-skills followed by /reload-plugins.
MIT — see LICENSE.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub nekoguntai/skills --plugin gradeComprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
Tools to maintain and improve CLAUDE.md files - audit quality, capture session learnings, and keep project memory current.
Develop, test, build, and deploy Godot 4.x games with Claude Code. Includes GdUnit4 testing, web/desktop exports, CI/CD pipelines, and deployment to Vercel/GitHub Pages/itch.io.
A growing collection of Claude-compatible academic workflow bundles. Covers scientific figures, manuscript writing and polishing, reviewer assessment, citation retrieval, data availability, paper reading, literature search, response letters, paper-to-PPTX conversion, and evidence-grounded Chinese invention patent drafting. Rules are organized as reusable skill folders with explicit workflows and quality checks.
Create new skills, improve existing skills, and measure skill performance. Use when users want to create a skill from scratch, update or optimize an existing skill, run evals to test a skill, or benchmark skill performance with variance analysis.
Unity Development Toolkit - Expert agents for scripting/refactoring/optimization, script templates, and Agent Skills for Unity C# development