Skip to content

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.

231,662
Stars
1278
Skill Files
35,354
Forks
888
PRs Merged
295
Contributors
32
Issues Open
629
Issues Closed
2026-07-20
Last Activity

Skill Analysis

226
Avg Lines / Skill
789
Avg Words / Skill
9307
Code Blocks
3325
Total Files
43.75 MB
Repo Size
68
Reference Files
Skill lines12 min / 156 median / 960 max
Code languagesbash, batch, blade, caddyfile, cmake, cpp, csharp, css, dart, diff, django, dockerfile, fsharp, gitignore, go, html, ini, iss, java, javascript, json, jsonl, kotlin, lua, markdown, md, mermaid, no_run, perl, php, powershell, prisma, properties, python, rust, solidity, sql, swift, text, toml, ts, tsx, typescript, vue, xml, yaml
Frontmatter keysabout, allowed-tools, allowedTools, allowed_tools, argument-hint, assignees, author, category, color, command, description, homepage, inclusion, labels, license, metadata, model, name, origin, repo, run_mode, tags, title, tools, version
Has CLAUDE.mdYes
Has LicenseYes
File typesmd (2495), js (408), json (110), py (62), yaml (42), sh (32), png (30), txt (25), ts (18), rs (16)

Skills (1276)

  • skill-health
    55 lines264 words4 blocks

    Show skill portfolio health dashboard with charts and analytics

    bash
  • instinct-import
    115 lines319 words6 blocks

    Import instincts from file or URL into project/global scope

    bashyaml
  • instinct-export
    67 lines212 words2 blocks

    Export instincts from project/global scope to a file

    yaml
  • evolve
    179 lines542 words7 blocks

    Analyze instincts and suggest or generate evolved structures

    bashmarkdown
  • promote
    42 lines143 words3 blocks

    Promote project-scoped instincts to global scope

    bash
  • skill-create
    122 lines447 words4 blocks

    Analyze local git history to extract coding patterns and generate SKILL.md files. Local version of the Skill Creator GitHub App.

    bashmarkdownyaml
  • prune
    32 lines89 words3 blocks

    Delete pending instincts older than 30 days that were never promoted

    bash
  • projects
    40 lines99 words3 blocks

    List known projects and their instinct statistics

    bash
  • instinct-status
    60 lines224 words3 blocks

    Show learned instincts (project + global) with confidence

    bash
  • django-reviewer
    170 lines1069 words5 blocks

    Expert Django code reviewer specializing in ORM correctness, DRF patterns, migration safety, security misconfigurations, and production-grade Django p...

    bashpythontext
  • a11y-architect
    150 lines998 words3 blocks

    Accessibility Architect specializing in WCAG 2.2 compliance for Web and Native platforms. Use PROACTIVELY when designing UI components, establishing d...

    htmlmarkdown
  • react-reviewer
    168 lines1520 words2 blocks

    Expert React/JSX code reviewer specializing in hook correctness, render performance, server/client component boundaries, accessibility, and React-spec...

    bash
  • homelab-architect
    108 lines671 words1 blocks

    Designs home and small-lab network plans from hardware inventory, goals, and operator experience level, with safe staged changes and rollback guidance...

    text
  • python-reviewer
    108 lines630 words2 blocks

    Expert Python code reviewer specializing in PEP 8 compliance, Pythonic idioms, type hints, security, and performance. Use for all Python code changes....

    bashtext
  • spec-miner
    218 lines2156 words1 blocks

    Extracts behavioral specs from existing codebases for OpenSpec. Produces flat Requirement and Invariant blocks with structured metadata (entities, enf...

    markdown
  • go-reviewer
    86 lines526 words1 blocks

    Expert Go code reviewer specializing in idiomatic Go, concurrency patterns, error handling, and performance. Use for all Go code changes. MUST BE USED...

    bash
  • opensource-packager
    259 lines1130 words3 blocks

    Generate complete open-source packaging for a sanitized project. Produces CLAUDE.md, setup.sh, README.md, LICENSE, CONTRIBUTING.md, and GitHub issue t...

    bashmarkdown
  • refactor-cleaner
    95 lines548 words1 blocks

    Dead code cleanup and consolidation specialist. Use PROACTIVELY for removing unused code, duplicates, and refactoring. Runs analysis tools (knip, depc...

    bash
  • security-reviewer
    118 lines780 words1 blocks

    Security vulnerability detection and remediation specialist. Use PROACTIVELY after writing code that handles user input, authentication, API endpoints...

    bash
  • seo-specialist
    72 lines417 words1 blocks

    SEO 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

-352 contributions across all repos
JulAugSepOctNovDecJanFebMarAprMayJunJul
Less
More
  • 5deee342026-07-20
    fix(hooks): remove stray '?' that made every 'yarn <anything>' fire tmux reminder (#2517)
    Thejesh Reddy
  • ee7dded2026-07-20
    fix(observer): use _clv2_resolve_homunculus_dir (matches lib export) (#2511)
    WinterSold1er
  • faff5602026-07-20
    docs(strategic-compact): document context-window override env vars (#2487)
    黄云龙
  • 4a4fa902026-07-20
    docs(rules): add Delegation Completion Contract to agent orchestration rules (#2471)
    someiyoshino-lab
  • 56d29132026-07-20
    docs(skills): fix typo in remotion charts rule (#2460)
    fletcherm-hub
  • 0071fa52026-07-19
    refactor(hooks): consolidate PostToolUse hooks into sync/async dispatchers (#2494)
    JongHyeok Park
  • 754b8dd2026-07-17
    fix: make the installer runtime pass strict supply-chain vetting (#2503)
    Samarjeet Singh Tomar
  • 5da21c22026-07-17
    fix(project-detect): parse Python deps pinned with `~` and `@` (was losing framework detection on compatible-release pin
    黄云龙
  • 5d68ef32026-07-17
    fix(plan-canvas): stop dropping list items when a block's first item is over-indented (#2501)
    黄云龙
  • fb987262026-07-17
    fix(llm/providers/claude): attach cache_control to system block, not top-level (#2515)
    Thejesh