Discovery
All entries

Tag

#skills

10 entries tagged with #skills.

GitHubHackFeatured

Claude Code Analysis - architectural reverse-engineering of the leaked source

82 docs and 15 diagrams mapping every major subsystem of Claude Code's accidentally exposed 512K-line TypeScript source - YOLO classifier, 93% context compaction, prompt-cache layout, 88+ feature flags, the custom React-Fiber terminal renderer.

Why I saved this - Useful primary source for anyone building a coding agent - the YOLO two-stage classifier, the cache-busting after MCP instructions, and the 6 compaction strategies are the bits nobody else has documented.
GitHubLibraryFeatured

Garden Skills - production skill pack for Claude Code, Cursor, and Codex

Three carefully-scoped skills: web-design-engineer (with an anti-cliche blocklist that breaks the generic-AI-landing-page loop), gpt-image-2 (80+ templates, three runtime modes including advisor-only fallback), and kb-retriever (layered data_structure.md navigation for bounded local-KB retrieval). Tested across Claude Code, Claude.ai, Cursor, Codex, Gemini, OpenCode.

Why I saved this - The web-design skill's anti-cliche blocklist is the most opinionated take on 'stop producing the same hero + 3 cards' I've seen.
GitHubLibrary

gpt_image_2_skill - 162-prompt gallery and skill for GPT Image 2

Curated gallery, CLI, and agentic skill for OpenAI's GPT Image 2. 162 reusable prompts across anime, gaming, photography, UI/UX, and research-figure categories. Supports text-to-image, mask-edit, multi-reference edits, and batch ops. Installable as a Claude Code plugin, Codex skill, or standalone CLI via uv.

Why I saved this - Bigger prompt gallery than garden-skills' gpt-image-2 (162 vs 80+) but narrower in scope - this is just the image skill, not a multi-skill pack.

Browse other tags