arfar-x/agent-skills
Skill Claude CodeCodex
Turns a proposed technical/architecture change (with its problem statement, goals, proposed design, alternatives, risks, and rollout plan) into a complete Request for Comments (RFC) and saves it under docs/RFCs/ -- never implements the proposal itself, only documents it and opens it for review. Use when the user asks…
arfar-x/agent-skills
Skill Claude CodeCodex
Reads, searches, and sends Telegram messages on the user's personal account via Telethon -- strictly scoped to chatids already present in TELEGRAMALLOWEDCHATS, with every single action (reads included) gated behind explicit confirmation. Use when the user asks to check, read, search, reply to, forward, or send…
arfar-x/agent-skills
Skill Claude CodeCodex
Turns a PRD, feature brief, or existing requirements into a complete Technical Requirements/Design Document (TRD) and saves it under docs/TRDs/ -- never implements the request, only documents the technical solution. Use when the user asks to write/draft a TRD, design the technical solution for a feature, or turn a PRD…