architecting-software
Designs software architecture from a confirmed PRD. Use when a PRD exists and architecture must be designed before implementation, when writing ADRs, choosing…
Sweep the project's LEARNINGS.md inbox and turn accumulated entries into durable skill, rule, or documentation changes. Run when ready to process learnings — not mid-task.
$ npx -y skills add isvlasov/rageatc-oss --skill codify --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/codifyContext preview
The summary Claude sees to decide when to auto-load this skill.
Sweep the project's LEARNINGS.md inbox and turn accumulated entries into durable skill, rule, or documentation changes. Run when ready to process learnings — not mid-task.
name: codify description: Sweep the project's LEARNINGS.md inbox and turn accumulated entries into durable skill, rule, or documentation changes. Run when ready to process learnings — not mid-task. disable-model-invocation: true
Read `LEARNINGS.md` at the project root. Candidates are entries without a `Codified →` marker. If there are none, report that and stop. If the file doesn't follow the standard `## YYYY-MM-DD — Title` entry format (e.g. a numbered takeaways list), treat each discernible item as an entry and place markers where they unambiguously attach to the item.
Group candidate entries that share a root cause or a target file. A pattern across several entries is stronger evidence than any single entry — codify the pattern, not each instance.
The entry recorded the symptom and (usually) the likely cause at capture time. Now do the analysis the capture deliberately skipped: ask why the system allowed the failure, and what change prevents recurrence.
Test every proposed fix: **would it have prevented the original incident even if nobody remembered the learning?** "Be more careful" or "remember to X" fails this test — put the knowledge where the future reader will already be looking (the skill they will load, the rule that is always in context, the template they will copy). Prefer the smallest change that passes.
Some entries need no fix: a durable technical fact (version pin, API quirk) with no better home is already serving its purpose where it is. Others are not ready — a single incident with an unclear cause stays in the inbox until the pattern repeats.
| Learning kind | Target | |---|---| | Workflow or process failure in plugin-orchestrated work | rageatc skill, agent, or rule — record as a proposal; implement in the rageatc workshop, never in the installed plugin | | Project-specific convention or constraint | Project `CLAUDE.md` or `.claude/rules/` | | Technical fact about the project's stack | Project docs (`ARCHITECTURE.md`, reference docs) — or the entry itself if no better home exists | | Behaviour that should apply across all projects | `~/.claude/CLAUDE.md` |
Present the proposals as a compact list — entries covered, root cause, proposed change, target file — and get a decision on each. Implement only what is approved.
Apply approved changes to in-reach targets now. rageatc proposals are handed to the user for the workshop — do not edit plugin files from a consuming project.
Append a marker line to each processed entry:
This marker is the one sanctioned exception to the file's append-only rule.
Summarise per entry: codified where, proposed for what, or left in the inbox and why.
Rage Against The C - pick your own C to rage against. Two plugins for Claude Code / Cowork, built on the idea that we're using AI wrong: the speed of its output tricks us into rushing the input.
Repo: isvlasov/rageatc-oss
Designs software architecture from a confirmed PRD. Use when a PRD exists and architecture must be designed before implementation, when writing ADRs, choosing…
Writes correct, version-aware Telegram bot code. Use when writing, extending, or debugging a Telegram bot in python-telegram-bot, aiogram, grammY, or Telegraf.…
Converts an approved ARCHITECTURE.md into an implementation roadmap of isolated, dependency-ordered chunks. Use when architecture has been approved and work…
Delegates a task to OpenAI Codex running as an interactive session in a herdr pane - uses the user's ChatGPT subscription, visible in herdr, steerable…
Delegates a task to a local LLM running as a Pi coding-agent session in a herdr pane - the subagent is visible in herdr, can be steered mid-session, and costs…
Creates a design system for software with a UI. Use when a project has a user interface and architecture is confirmed — whether creating from scratch or…