Instructions file CodexOpenCode
Instructions for alexeyshishin/as-skill, covering agents.md, what this repository is, always-on skill, architecture and current domains.
Instructions file CodexOpenCode
Instructions for alexeyshishin/as-skill, covering agents.md, what this repository is, always-on skill, architecture and current domains.
Agent
You find the root cause of a bug or failing test. You diagnose first; you fix only the one thing the evidence points to.
Agent
You design an implementation plan for one feature. You do NOT write code.
Agent
You review a finished change against its plan. Read-only. You do NOT fix.
Agent
You attack a proposed feature and its plan. Find what breaks it. You do NOT write code and you do NOT soften findings.
Skill Claude CodeCodex
Implement an already-approved plan from swarm-report/ -plan.md. Routes each task to the executing agent that owns its file scope (frontend / backend / devops / mobile), runs the tests, writes an implementation report. Use AFTER /code-plan, never before.
Skill Claude CodeCodex
Find the root cause of a bug or failing test. Spawns 1 debugger subagent that reproduces, ladders hypotheses, isolates with evidence, and applies the minimal fix. Use when a test fails, /code-build reports blocked, or "X stopped working". Does NOT design features (that's /code-plan).
Skill Claude CodeCodex
Design a feature before writing code. Spawns planner + skeptic subagents that read the Memory Bank, argue, and write a plan to swarm-report/. Use BEFORE /code-build, for any feature touching 2+ files or with unclear scope. Skip for typos and one-line fixes.
Skill Claude CodeCodex
Review a finished change against its plan. Spawns 1 reviewer subagent, reports ship/rework with severity-tagged findings. Use AFTER /code-build.
Agent
Orchestrates the content pipeline from idea to publication: choosing the format (post / article / tutorial) → drafting via the corresponding skill → edits → publication. Invokes content-tg-post, content-article-draft, content-tutorial-structure. Use when "shape this thought," "I have an idea — what do I do with it,"…
Skill Claude CodeCodex
Turns an idea, a series of notes, or raw material into an article draft (Habr / Medium / personal blog) — with a TL;DR, a thesis → arguments → example → implication structure, and an authorial voice. Use when "write an article," "shape these thoughts into a long-read," "make a Habr post," "article draft.".
Skill Claude CodeCodex
Structures a technical tutorial — prerequisites, a "after reading this you'll be able to do X" goal, numbered steps with commands and checks, troubleshooting, cleanup. Doesn't write the full text: it produces a correct skeleton for the author to fill in with details. Use when "write a tutorial," "put together…
Skill Claude CodeCodex
A content factory — turns a single source into a full content package in one pass. Takes as input a finished article, a video transcript, OR (if there's only a topic) offers to run deep research and assemble a source itself. Output: a 1500–2500 word article, 10 threads, 5 Reels/Shorts scripts, 5 posts…
Skill Claude CodeCodex
A skill for humanizing Russian-language text. Removes signs of AI generation, makes the text feel alive. ALWAYS use this when the user asks to: humanize a text, remove traces of a neural network, make a text lively/natural, rewrite it like a human, humanize in Russian, remove officialese, remove wateriness/filler…
Skill Claude CodeCodex
Turns an idea, a note, or raw text into a ready-to-post Telegram channel post — tight, thesis-first, in the author's voice, within 500-1500 characters. Use when the user wants "write a TG post," "shape this thought for the channel," "short post," "tg post," "shape an idea for subscribers.".
Skill Claude CodeCodex
Ultra-compressed communication mode. Cuts output tokens 65% (measured) by speaking like caveman while keeping full technical accuracy. Supports intensity levels: lite, full (default), ultra, wenyan-lite, wenyan-full, wenyan-ultra. Use when user says "caveman mode", "talk like caveman", "use caveman", "less tokens"…
Skill Claude CodeCodex
Defragment and re-actualize a project memory bank (the .assistant/ knowledge base + the project's auto-memory). Reads everything that changed in the repo since the last defrag, finds where the memory bank has gone stale or accumulated amendment-on-amendment "patches", folds the patches into clean current-state docs…
Skill Claude CodeCodex
Maintains a lightweight, always-current "project encyclopedia" in .memory-bank/ — capturing architecture, stack, conventions, key entities, and active tasks. After each meaningful change, the AI suggests concise updates or explicitly confirms no update is needed.
Skill Claude CodeCodex
Domain Driven Harness for Claude Code.
Agent
Consilium role. Reviews infrastructure architecture: platform design, service topology, K8s workload design, inter-service dependencies, IaC structure, scalability, tech debt. Does NOT write code or configs.
Agent
Executing agent. Writes GitLab CI/CD pipelines, shared templates, Dockerfile optimizations. Scope: /.gitlab-ci.yml, ci-templates/, abp/ci-templates/. Corporate registry and Nexus only.
Agent
Consilium role. Root cause analysis for infrastructure incidents: pod crashes, OOMKills, network issues, ArgoCD sync failures, pipeline failures, performance degradation, Redis/DB issues. Does NOT write code.
Agent
Executing agent. Writes and maintains Helm charts: Chart.yaml, templates/, values.yaml, helpers. Scope: davinci/kubernetes/apps/helm/, /Chart.yaml, /values.yaml.
Agent
Executing agent. Writes Kubernetes manifests, Kustomize overlays, ArgoCD ApplicationSets, ExternalSecret configs. Scope: k8s/, davinci/ (excluding helm/ subdirs). GitOps — prod deploy only via ArgoCD.