isvlasov

60 mods across 1 repository, 9 stars between them.

rageatc-oss

01

isvlasov/rageatc-oss

Plugin Claude Code

Claude Code plugins for sharper thinking and structured problem-solving.

9 1mo ago A tokens not measured original MIT

rageatc-code-oss

02

isvlasov/rageatc-oss

Plugin Claude Code

Scale-adaptive software development — TDD, verification, perspective-based review, interface design, and tool capabilities (browser automation, PDFs, YouTube transcripts, local-LLM and Codex delegation).

9 1mo ago A tokens not measured original MIT

architect-agent

03

isvlasov/rageatc-oss

Agent

Designs software architecture from a confirmed PRD. Produces ARCHITECTURE.md and optional ADRs. Applies scale-adaptive depth based on workflow tier. Use when a PRD exists and architecture must be designed before decomposition begins.

9 1mo ago A 50 tokens original MIT

breakdown-agent

04

isvlasov/rageatc-oss

Agent

Decomposes a confirmed ARCHITECTURE.md into a structural implementation roadmap of isolated, dependency-ordered chunks. Applies scale calibration and vertical-slice chunking. Produces ROADMAP.md for enriching-roadmap to make executable. Use when architecture is confirmed and work must be decomposed before…

9 1mo ago A 65 tokens original MIT

developer-agent

05

isvlasov/rageatc-oss

Agent

Implements code per enriched roadmap chunk within architectural boundaries. Works in isolated worktree. Preloads TDD and verification skills. Reports status codes to orchestrator. Use for all implementation tasks.

9 1mo ago A 41 tokens original MIT

reviewer-agent

06

isvlasov/rageatc-oss

Agent

Reviews implementation against enriched roadmap chunk, architecture, and code quality standards. Applies perspective references loaded by orchestrator. Produces structured review with accept/revise decision. Use for quality gate after developer-agent produces code, and for whole-project review against PRD at end of…

9 1mo ago A 59 tokens original MIT

isvlasov/rageatc-oss

Agent

Emulates a real end user interacting with a newly-built product. Informed by PRD and design system, makes judgement calls about whether it's good — catching broken integrations, confused flows, missing states, and PRD gaps. Use after whole-project review to evaluate the experienced product.

9 1mo ago A 61 tokens original MIT

SessionStart

08

isvlasov/rageatc-oss

Hook

Runs when a session starts on startup, clear and compact, running an inline shell check (3 commands). From isvlasov/rageatc-oss.

9 1mo ago A tokens not measured original MIT

isvlasov/rageatc-oss

Skill Claude CodeCodex

Designs software architecture from a confirmed PRD. Use when a PRD exists and architecture must be designed before implementation, when writing ADRs, choosing an architecture style, or selecting technology and databases.

9 1mo ago A 45 tokens original MIT

isvlasov/rageatc-oss

Skill Claude CodeCodex

Writes correct, version-aware Telegram bot code. Use when writing, extending, or debugging a Telegram bot in python-telegram-bot, aiogram, grammY, or Telegraf. Not for Telegram client API (TDLib), languages other than Python and Node.js, or non-Telegram platforms.

9 1mo ago A 68 tokens original MIT

decomposing-work

11

isvlasov/rageatc-oss

Skill Claude CodeCodex

Converts an approved ARCHITECTURE.md into an implementation roadmap of isolated, dependency-ordered chunks. Use when architecture has been approved and work must be decomposed before implementation begins.

9 1mo ago A 42 tokens original MIT

delegating-to-codex

12

isvlasov/rageatc-oss

Skill Claude CodeCodex

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 mid-session. Use when delegating work to codex, offloading a task to a GPT model (sol, terra, luna), or running a second opinion from a non-Claude frontier model. Not…

9 1mo ago B 103 tokens original MIT

isvlasov/rageatc-oss

Skill Claude CodeCodex

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 no cloud tokens. Use when delegating work to a local model, spawning a Pi subagent, offloading a task to omlx (qwen, gemma), or running agent work offline. Not…

9 1mo ago A 102 tokens original MIT

isvlasov/rageatc-oss

Skill Claude CodeCodex

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 extracting patterns from existing code.

9 1mo ago A 39 tokens original MIT

enriching-roadmap

15

isvlasov/rageatc-oss

Skill Claude CodeCodex

Enriches implementation roadmap chunks with acceptance criteria, pattern references, and contextual notes. Use after decomposing-work has produced the structural roadmap and before planning-software creates the orchestration plan. Does not modify chunk structure or dependencies.

9 1mo ago A 52 tokens original MIT

evaluating-as-user

16

isvlasov/rageatc-oss

Skill Claude CodeCodex

Evaluates software quality from an end user's perspective. Use when emulating a real user to assess a running web app, CLI tool, or API.

9 1mo ago A 35 tokens original MIT

finding-docs

17

isvlasov/rageatc-oss

Skill Claude CodeCodex

Retrieves up-to-date documentation, API references, and code examples for any developer technology. Use whenever the user asks about a specific library, framework, SDK, CLI tool, or cloud service — including well-known ones like React, Next.js, Prisma, Django, or Spring Boot. Use for API syntax, configuration, version…

9 1mo ago A 100 tokens copy · 80% MIT

loading-rules

18

isvlasov/rageatc-oss

Skill Claude CodeCodex

Loads the rageatc-code-oss operating rules directly from the plugin when the SessionStart hook has not delivered them. Use when the rageatc-code-oss failsafe line appears in session-start hook output, when the plugin's operating rules are absent from context, or when the injected rules look truncated.

9 1mo ago A 66 tokens original MIT

managing-product

19

isvlasov/rageatc-oss

Skill Claude CodeCodex

Extracts product requirements and produces a PRD. Use when a user wants to build software and needs to define what to build before architecture or implementation, when scoping an MVP, or when translating a vague idea into a buildable specification.

9 1mo ago A 52 tokens original MIT

isvlasov/rageatc-oss

Skill Claude CodeCodex

Runs software development projects from idea to completion. Use when starting a software project, adding a feature, fixing a bug, or resuming an in-progress build.

9 1mo ago A 39 tokens original MIT

planning-software

21

isvlasov/rageatc-oss

Skill Claude CodeCodex

Transforms an approved enriched roadmap into an orchestration plan. Use when creating an orchestration plan, producing a build plan, or resuming a project from a saved plan. Not for roadmap creation/enrichment or workflow tier selection.

9 1mo ago A 49 tokens original MIT

playwright-cli

22

isvlasov/rageatc-oss

Skill Claude CodeCodex

Automates browser interactions. Use when navigating websites, interacting with web pages, filling forms, taking screenshots, testing web applications, or extracting data from web pages.

9 1mo ago A 36 tokens original MIT

reviewing-code

23

isvlasov/rageatc-oss

Skill Claude CodeCodex

Reviews code. Use when reviewing code implementations, assessing code quality, running a security review, checking spec or design system compliance, or conducting an end-of-build whole-project review against PRD success criteria.

9 1mo ago A 44 tokens original MIT

scaffolding-project

24

isvlasov/rageatc-oss

Skill Claude CodeCodex

Creates the standard project file structure for a software project. Use when starting a new software project, initialising project files, or setting up a project workspace before architecture and decomposition begin.

9 1mo ago C 41 tokens original MIT