ワンクリックで
skill-everything
Git-versioned agent memory — agents that never make the same mistake twice.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Git-versioned agent memory — agents that never make the same mistake twice.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Apply when generating ideas, exploring solution space, or facilitating divergent thinking before committing to an approach.
Apply when closing out a feature branch — pre-merge checklist, rebase, CI verification, cleanup, and post-merge steps.
Apply when writing or refactoring code. Generic rules to prevent the most common review comments — function length, naming, error handling, security, and tooling.
Apply when designing database schemas, writing migrations, or reviewing table structure. Covers naming, keys, indexes, constraints, nullability, and migration safety.
Apply when diagnosing a bug, reproducing a failure, or performing root cause analysis. Covers systematic isolation, binary search, logging strategy, and hypothesis-driven investigation.
Apply when writing or reviewing Dockerfiles, docker compose files, or container build pipelines. Covers layer caching, multi-stage builds, security hardening, and compose conventions.
| name | skill-everything |
| description | Git-versioned agent memory — agents that never make the same mistake twice. |
| version | 0.75.0 |
| license | MIT |
| compatibility | {"opencode":">=0.1","claude-code":">=1.0"} |
| metadata | {"source":"https://github.com/sordi-ai/skill-everything","type":"router","loads":"nine sub-skills via trigger table"} |
You are using the skill-everything knowledge system: agent memory in plain Markdown, versioned in Git, that grows by capturing your own past mistakes as committed rules.
skill_resource(...).| Trigger | Sub-skill | Load via |
|---|---|---|
| writing code, refactoring, review | Code Quality | skill_resource(skill_name="code-quality") |
| python code, type hints, python packaging | Python | skill_resource(skill_name="python") |
| fastapi endpoint, pydantic model, async api | FastAPI | skill_resource(skill_name="fastapi") |
| langchain, lcel chain, agent framework | LangChain / Agent Framework Conventions | skill_resource(skill_name="langchain") |
| typescript code, strict types, async typescript | TypeScript | skill_resource(skill_name="typescript") |
| react component, react hooks, react performance | React | skill_resource(skill_name="react") |
| test-driven development, red green refactor, test first | Test-Driven Development | skill_resource(skill_name="tdd") |
| debugging, troubleshooting, root cause analysis, isolating bugs | Debugging | skill_resource(skill_name="debugging") |
| security review, vulnerability check, auth implementation | Security Review Depth | skill_resource(skill_name="security-review") |
| git commit, branch, pull request | Git Conventions | skill_resource(skill_name="git-conventions") |
| gh cli, github pr create, github issues | GitHub CLI (gh) Conventions | skill_resource(skill_name="github-cli") |
| finish branch, pre-merge checklist, branch cleanup | Closing Out a Feature Branch | skill_resource(skill_name="branch-finishing") |
| creating PR, deployment, review checklist | Review & Deployment | skill_resource(skill_name="review-deployment") |
| dockerfile, docker compose, container build | Docker / Container Conventions | skill_resource(skill_name="docker") |
| bash script, shell script, posix scripting | Bash / POSIX Scripting | skill_resource(skill_name="shell-scripting") |
| database schema, migration, table design | Database Schema Design | skill_resource(skill_name="db-schema") |
| svg edit, svg review, diagram, pixel review | SVG Check | skill_resource(skill_name="svg-check") |
| architecture diagram, mermaid diagram, drawio file | Diagrams (draw.io / Mermaid) | skill_resource(skill_name="drawio") |
| project-specific knowledge, business rules | Domain Knowledge (template) | skill_resource(skill_name="domain-template") |
| made or corrected a mistake, learn from this | Error Log | skill_resource(skill_name="error-log") |
| brainstorming, idea generation, divergent thinking | Brainstorming | skill_resource(skill_name="brainstorming") |
| implementation plan, planning before code, scope definition | Implementation Plan | skill_resource(skill_name="implementation-plan") |
| executing self-extension | Self-Extension Workflow | skill_resource(skill_name="self-extension-workflow") |
Start the self-extension workflow when any of these is met:
Load the workflow:
skill_resource(skill_name="self-extension-workflow")
needs-rule-review. Never push to main.skill_resource? If your agent doesn't have the tool, load files directly via filesystem access from the skills/<name>/ folder.This file is generated from
skills/_index.yml. Edit the index, then runpython tools/render_loaders.py.