← ClaudeAtlas

skill-issuelisted

The ultimate Claude skills suite resolving documentation, prompt, and code abstraction issues: (1) readme-forge: Statically analyzes codebases to generate publication-grade READMEs with AST import graphs and LaTeX formulas; (2) refine-prompt-to-production-grade: Diagnoses and restructures rough AI prompts into robust, zero-drift production instructions; (3) unrolled: Rewrites AI-generated code into verbose, step-by-step procedural code with inline comments and mechanical dividers. Trigger whenever the user mentions a "skill issue", asks to generate/audit READMEs, refine system prompts, or restyle code into student/homework linear scripts.
IamOumarIbrahim/skill-issue · ★ 0 · Data & Documents · score 65
Install: claude install-skill IamOumarIbrahim/skill-issue
# ⚡ skill-issue *Got a documentation drift, prompt degradation, or code abstraction problem? That's a **Skill Issue** — solved.* Unified suite containing three specialized engineering skills for Claude AI models: ## Included Skills ### 1. 📐 readme-forge (`skills/readme-forge/SKILL.md`) - **Role**: Static-analysis-driven documentation generator and workspace audit engine. - **Capabilities**: Parses Python AST graphs for Mermaid diagrams, extracts docstring LaTeX formulas, auto-detects shield badges, and audits repository drift. - **Triggers**: "generate a README", "audit my repos folder", "document this project". ### 2. 🎯 refine-prompt-to-production-grade (`skills/refine-prompt-to-production-grade/SKILL.md`) - **Role**: Principal Prompt Engineer diagnostic and prompt restructuring engine. - **Capabilities**: Audits existing prompts for structural flaws, defines explicit role/task/constraints, sets output schemas, and stress-tests against edge cases. - **Triggers**: "improve this prompt", "refine this instruction", "my prompt keeps failing", "write a system prompt for". ### 3. 📝 unrolled (`skills/unrolled/SKILL.md`) - **Role**: Code restyling engine that converts clean/abstracted code into explicit, unrolled procedural scripts. - **Capabilities**: Unrolls loops, replaces functions with top-down steps, adds mechanical inline comments, applies dashed dividers, and formats boxed console outputs. - **Triggers**: "make this code look hand-written", "like a student wrote it"