everything-claude-code
by affaan-m
The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.
About
The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.
Skill Analysis
Skills (1276)
Show skill portfolio health dashboard with charts and analytics
bashImport instincts from file or URL into project/global scope
bashyamlExport instincts from project/global scope to a file
yamlAnalyze instincts and suggest or generate evolved structures
bashmarkdownPromote project-scoped instincts to global scope
bashAnalyze local git history to extract coding patterns and generate SKILL.md files. Local version of the Skill Creator GitHub App.
bashmarkdownyamlDelete pending instincts older than 30 days that were never promoted
bashList known projects and their instinct statistics
bashShow learned instincts (project + global) with confidence
bashExpert Django code reviewer specializing in ORM correctness, DRF patterns, migration safety, security misconfigurations, and production-grade Django p...
bashpythontextAccessibility Architect specializing in WCAG 2.2 compliance for Web and Native platforms. Use PROACTIVELY when designing UI components, establishing d...
htmlmarkdownExpert React/JSX code reviewer specializing in hook correctness, render performance, server/client component boundaries, accessibility, and React-spec...
bashDesigns home and small-lab network plans from hardware inventory, goals, and operator experience level, with safe staged changes and rollback guidance...
textExpert Python code reviewer specializing in PEP 8 compliance, Pythonic idioms, type hints, security, and performance. Use for all Python code changes....
bashtextExtracts behavioral specs from existing codebases for OpenSpec. Produces flat Requirement and Invariant blocks with structured metadata (entities, enf...
markdownExpert Go code reviewer specializing in idiomatic Go, concurrency patterns, error handling, and performance. Use for all Go code changes. MUST BE USED...
bashGenerate complete open-source packaging for a sanitized project. Produces CLAUDE.md, setup.sh, README.md, LICENSE, CONTRIBUTING.md, and GitHub issue t...
bashmarkdownDead code cleanup and consolidation specialist. Use PROACTIVELY for removing unused code, duplicates, and refactoring. Runs analysis tools (knip, depc...
bashSecurity vulnerability detection and remediation specialist. Use PROACTIVELY after writing code that handles user input, authentication, API endpoints...
bashSEO specialist for technical SEO audits, on-page optimization, structured data, Core Web Vitals, and content/keyword mapping. Use for site audits, met...
text
Recent Commits
- 5deee342026-07-20fix(hooks): remove stray '?' that made every 'yarn <anything>' fire tmux reminder (#2517)Thejesh Reddy
- ee7dded2026-07-20fix(observer): use _clv2_resolve_homunculus_dir (matches lib export) (#2511)WinterSold1er
- faff5602026-07-20docs(strategic-compact): document context-window override env vars (#2487)黄云龙
- 4a4fa902026-07-20docs(rules): add Delegation Completion Contract to agent orchestration rules (#2471)someiyoshino-lab
- 56d29132026-07-20docs(skills): fix typo in remotion charts rule (#2460)fletcherm-hub
- 0071fa52026-07-19refactor(hooks): consolidate PostToolUse hooks into sync/async dispatchers (#2494)JongHyeok Park
- 754b8dd2026-07-17fix: make the installer runtime pass strict supply-chain vetting (#2503)Samarjeet Singh Tomar
- 5da21c22026-07-17fix(project-detect): parse Python deps pinned with `~` and `@` (was losing framework detection on compatible-release pin黄云龙
- 5d68ef32026-07-17fix(plan-canvas): stop dropping list items when a block's first item is over-indented (#2501)黄云龙
- fb987262026-07-17fix(llm/providers/claude): attach cache_control to system block, not top-level (#2515)Thejesh