heymegabyte/claude-skills
Skill Claude CodeCodex
PDF/DOCX/XLSX/PPTX generation and parsing on Cloudflare Workers. Covers CF Browser Rendering → PDF, pdf-lib Worker-native generation, docx/exceljs output, pptxgenjs slides, and RAG-ready text extraction. Use cases: donor annual reports, SaaS invoices, tax receipts, financial reports, grant applications. Source…
heymegabyte/claude-skills
Skill Claude CodeCodex
When to author an MCP server, architecture overview (tools/resources/prompts), stdio vs HTTP+SSE transport tradeoffs, registration in .claude.json. Sub-modules: stdio-server-template.md (full TS code), http-server-on-workers.md (Hono + SSE on CF Workers), forge-mcp-from-openapi.md (extend forge script with…
heymegabyte/claude-skills
Skill Claude CodeCodex
Use when starting creative work, planning a multi-step task, isolating a workspace, wrapping a branch, or giving/getting code review. Not when the task is a one-line fix with no design surface.
heymegabyte/claude-skills
Skill Claude CodeCodex
You MUST use this before any creative work - creating features, building components, adding functionality, or modifying behavior. Explores user intent, requirements and design before implementation.
heymegabyte/claude-skills
Skill Claude CodeCodex
Use when implementation is complete, all tests pass, and you need to decide how to integrate the work - guides completion of development work by presenting structured options for merge, PR, or cleanup.
heymegabyte/claude-skills
Skill Claude CodeCodex
Use when receiving code review feedback, before implementing suggestions, especially if feedback seems unclear or technically questionable - requires technical rigor and verification, not performative agreement or blind implementation.
heymegabyte/claude-skills
Skill Claude CodeCodex
Use when completing tasks, implementing major features, or before merging to verify work meets requirements.
heymegabyte/claude-skills
Skill Claude CodeCodex
Use when executing implementation plans with independent tasks in the current session.
heymegabyte/claude-skills
Skill Claude CodeCodex
Use when starting feature work that needs isolation from current workspace or before executing implementation plans - ensures an isolated workspace exists via native tools or git worktree fallback.
heymegabyte/claude-skills
Skill Claude CodeCodex
Use when you have a spec or requirements for a multi-step task, before touching code.
heymegabyte/claude-skills
Skill Claude CodeCodex
Use when creating new skills, editing existing skills, or verifying skills work before deployment.
heymegabyte/claude-skills
Instructions file CodexOpenCode
AGENTS.md instructions for heymegabyte/claude-skills, covering emdash skills — agent instructions, stack, usage, key files and for ai coding tools.
heymegabyte/claude-skills
Instructions file
Claude Code instructions for heymegabyte/claude-skills, covering emdash os v6.1, identity, core loop, autonomy and thinking.
heymegabyte/claude-skills
Instructions file Gemini CLI
Gemini CLI instructions for heymegabyte/claude-skills, covering emdash skills for gemini, stack and rules.
heymegabyte/claude-skills
Agent
This document defines the standard output contract for background agents spawned by the meta-orchestrator or any plugin skill.
heymegabyte/claude-skills
Agent
Dedicated axe-core + Playwright accessibility agent. Navigates pages, runs WCAG 2.2 AA audits at 6 breakpoints, reports violations with fix suggestions, verifies remediation.
heymegabyte/claude-skills
Agent
Pre-implementation architecture agent. Analyzes project structure, generates repo-map, designs task graph, identifies architectural seams and parallel workstreams.
heymegabyte/claude-skills
Agent
Reads git log since last tag, drafts CHANGELOG entry. Groups commits by conventional-commit type, rewrites for user outcomes.
heymegabyte/claude-skills
Agent
Auto-generates changelogs from conventional commits. Parses git log since last tag, groups by type, writes user-outcome-focused CHANGELOG.md entries.
heymegabyte/claude-skills
Agent
Simplifies code for clarity, consistency, and maintainability. Reduces complexity, flattens nesting, removes dead code, consolidates duplicates. Focuses on recently modified files.
heymegabyte/claude-skills
Agent
Post-implementation verification agent. Runs Feature Completeness Engine, Zero Recommendations Gate, and visual verification. Only declares DONE when genuinely complete.
heymegabyte/claude-skills
Agent
Desktop automation specialist. Controls native macOS apps via Computer Use MCP. Handles Finder, System Settings, Preview, Notes, and cross-app workflows.
heymegabyte/claude-skills
Agent
Marketing copy, blog posts, and SEO content writer using Emdash brand voice. Flesch>=60, active voice, sharp and punchy — zero AI slop.
heymegabyte/claude-skills
Agent
Estimates Cloudflare Workers costs before deploying. Reads wrangler.toml, counts D1 tables/rows, estimates KV/R2 usage, calculates monthly cost, warns on free tier limits.