By Kgan01
46 skills for Claude Code — evolving-cognition, paper-to-code, autoloader, auto project sync, multi-agent orchestration, prompt quality validation, agent reliability, security testing, code intelligence, and domain expertise
Data and metrics specialist. Extracts key metrics, comparisons, trends, and anomalies from data and content. Precise with numbers, supports every claim with data.
Polishes and refines content for clarity, tone, flow, conciseness, and grammar. Returns the complete edited version with [EDITED] markers on significant changes. Can write and edit files.
Verifies every factual claim in content. Classifies each as VERIFIED, DISPUTED, or UNVERIFIABLE. Returns overall accuracy percentage and detailed claim-by-claim analysis.
Expert information gatherer for codebase exploration, documentation review, and context assembly. Returns structured findings as bullet points with sources. Does NOT create deliverables -- only gathers and organizes information.
Reviews code and deliverables for security risks including PII exposure, injection vulnerabilities, credential leaks, and OWASP Top 10 violations. Returns APPROVED/FLAGGED verdict with severity levels.
Use when helping with 3D modeling, STL file quality, or 3D printing preparation -- covers mesh quality, support structures, printability considerations, and model optimization
Use to build and maintain an evolving understanding of user preferences, communication style, and working patterns — learns from interactions and adapts behavior over time
Use when a task benefits from multiple creative perspectives -- spawns parallel agents with different viewpoints, then synthesizes the best elements into a final output
Use when building autonomous workflows that need accountability -- provides an immutable hash-chained audit trail pattern for tracking what agents did, when, and why, with tamper detection
Use after completing a major work batch (plan execution, feature build, multi-task subagent run) to update CLAUDE.md, MEMORY.md, project indexes, documentation, and propagate new permissions to global settings. Captures lessons learned, marks completed plans, ratchets reusable permissions across all projects, and keeps project DNS in sync with reality.
Executes bash commands
Hook triggers when Bash tool is used
Modifies files
Hook triggers on file write and edit operations
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.
Uses power tools
Uses Bash, Write, or Edit tools
Uses power tools
Uses Bash, Write, or Edit tools
██████╗ ██╗ ██╗███████╗███╗ ██╗ ██████╗ ██╗███████╗
██╔════╝ ██║ ██║██╔════╝████╗ ██║██╔════╝ ██║██╔════╝
██║ ███╗███████║█████╗ ██╔██╗ ██║██║ ███╗██║███████╗
██║ ██║██╔══██║██╔══╝ ██║╚██╗██║██║ ██║██║╚════██║
╚██████╔╝██║ ██║███████╗██║ ╚████║╚██████╔╝██║███████║
╚═════╝ ╚═╝ ╚═╝╚══════╝╚═╝ ╚═══╝ ╚═════╝ ╚═╝╚══════╝
S K I L L S
Make Claude smarter, faster, and more autonomous.
46 skills covering evolving cognition, paper-to-code research translation, multi-agent orchestration, prompt quality validation, agent reliability, security testing, code intelligence, and domain expertise across 20+ fields. Includes an autoloader that forces relevant skills to fire automatically — same pattern as superpowers.
Skills are lightweight — they load on-demand and don't bloat your context window. Unlike MCP servers that inject tool schemas into every message, skills activate only when relevant, adding zero overhead the rest of the time.
evolving-cognition) — ASI-Evolve-inspired pattern for agents that learn from measurable outcomes. Covers fitness signal design, cognition store schema, UCB1 retrieval, Analyzer prompts, poison mitigations (contradiction flags, confidence decay, retirement thresholds), and audit loops. Auto-fires on "feedback loop", "agents getting smarter", "learn from outcomes".paper-to-code) — Turn any research paper, engineering blog, or technical doc into shipping code. Strategic reading order, contribution mapping tables, explicit "what NOT to adopt" phase, spec-delta writing. Auto-fires on arxiv URLs, paper links, "apply this research".completion-enforcer) — New Check 6 adds the ASI-Evolve 3-tier evaluation pattern: proxy (lint/type-check) -> functional (tests) -> full (manual/UI verification). Catches "tests pass but I didn't actually try it" false completions..claude/ configurationThree commands. Once installed, skills and permissions are set up across all projects forever.
In Claude Code, run:
/plugin marketplace add Kgan01/ghengis-skills
/plugin install ghengis-skills@ghengis-skills-marketplace
/ghengis-skills:setup
The first two install the plugin. The third configures autonomous permissions — safe dev tools are auto-allowed, dangerous operations are blocked. Restart Claude Code after setup.
All 46 skills are now available in every session — CLI, desktop app, and mobile. Claude loads them automatically when it detects a matching task.
Add the marketplace to your project's .claude/settings.json so teammates get it automatically:
{
"extraKnownMarketplaces": {
"ghengis-skills-marketplace": {
"source": {
"source": "github",
"repo": "Kgan01/ghengis-skills"
}
}
},
"enabledPlugins": {
"ghengis-skills@ghengis-skills-marketplace": true
}
}
npx claudepluginhub kgan01/ghengis-skills --plugin ghengis-skillsCurate auto-memory, promote learnings to CLAUDE.md and rules, extract proven patterns into reusable skills.
Skill and agent authoring tools: generate, audit, and improve Claude Code skills, commands, and agents
Self-evolving skill engine for Claude Code. Creates, scores, repairs, and hardens skills autonomously through recursive improvement cycles.
Harness for Claude Code — skills, /harness:* slash commands, persona subagents, lifecycle hooks, and MCP tools without per-repo `harness setup`. Sibling plugins exist for Cursor, Gemini CLI, and Codex.
AI artifact engineering: prompts, skills, subagents, and output styles
Complete collection of battle-tested Claude Code configs from an Anthropic hackathon winner - agents, skills, hooks, and rules evolved over 10+ months of intensive daily use