zebbern/claude-code-guide

Claude Code Guide - Setup, Commands, workflows, agents, skills & tips-n-tricks from beginner to power user!

4.6kStars on the repository
60Mods indexed here, across every type
3d agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

zebbern/claude-code-guide

Skill Claude CodeCodex

Simulates academic peer review, evaluating papers across Originality, Methodology, Results, and Writing to provide Major/Minor Revision recommendations with actionable feedback. Triggers when a user asks to "review my paper," "simulate peer review," or "give my paper a peer review.

4.6k 3d ago A 61 tokens original MIT

zebbern/claude-code-guide

Skill Claude CodeCodex

This skill should be used when the user asks to "attack Active Directory", "exploit AD", "Kerberoasting", "DCSync", "pass-the-hash", "BloodHound enumeration", "Golden Ticket", "Silver Ticket", "AS-REP roasting", "NTLM relay", or needs guidance on Windows domain penetration testing.

4.6k 3d ago B 75 tokens original MIT

zebbern/claude-code-guide

Skill Claude CodeCodex

This skill should be used when the user asks to "test API security", "fuzz APIs", "find IDOR vulnerabilities", "test REST API", "test GraphQL", "API penetration testing", "bug bounty API testing", or needs guidance on API security assessment techniques.

4.6k 3d ago A 65 tokens original MIT

api-shape-explorer

04

zebbern/claude-code-guide

Skill Claude CodeCodex

Generate multiple radically different interface designs for a module using parallel sub-agents. Use when user wants to design an API, explore interface options, compare module shapes, or mentions "design it twice".

4.6k 3d ago A 45 tokens original MIT

audit-flow

05

zebbern/claude-code-guide

Skill Claude CodeCodex

Interactive system flow tracing across CODE, API, AUTH, DATA, NETWORK layers with SQLite persistence and Mermaid export. Use for security audits, compliance documentation, flow tracing, feature ideation, brainstorming, debugging, architecture reviews, or incident post-mortems. Triggers on audit, trace flow, document…

4.6k 3d ago A 84 tokens original MIT

zebbern/claude-code-guide

Skill Claude CodeCodex

Authentication patterns: session vs JWT vs OAuth comparison, provider selection (NextAuth, Clerk, Supabase Auth), security checklist, and common mistakes. Use when implementing auth, reviewing auth flows, or choosing auth providers.

4.6k 3d ago A 47 tokens original MIT

zebbern/claude-code-guide

Skill Claude CodeCodex

This skill should be used when the user asks to "pentest AWS", "test AWS security", "enumerate IAM", "exploit cloud infrastructure", "AWS privilege escalation", "S3 bucket testing", "metadata SSRF", "Lambda exploitation", or needs guidance on Amazon Web Services security assessment.

4.6k 3d ago C 67 tokens original MIT

zebbern/claude-code-guide

Skill Claude CodeCodex

This skill should be used when the user asks to "test for broken authentication vulnerabilities", "assess session management security", "perform credential stuffing tests", "evaluate password policies", "test for session fixation", or "identify authentication bypass flaws". It provides comprehensive techniques for…

4.6k 3d ago A 67 tokens original MIT

burp-suite-testing

09

zebbern/claude-code-guide

Skill Claude CodeCodex

This skill should be used when the user asks to "intercept HTTP traffic", "modify web requests", "use Burp Suite for testing", "perform web vulnerability scanning", "test with Burp Repeater", "analyze HTTP history", or "configure proxy for web testing". It provides comprehensive guidance for using Burp Suite's core…

4.6k 3d ago A 80 tokens original MIT

caching

10

zebbern/claude-code-guide

Skill Claude CodeCodex

Caching strategies — invalidation, TTL guidelines, cache keys, cache layers, and when not to cache. Use when implementing or reviewing caching logic.

4.6k 3d ago A 32 tokens original MIT

chart-image

11

zebbern/claude-code-guide

Skill Claude CodeCodex

Generate publication-quality PNG chart images from data, supporting line, bar, area, candlestick, pie, and heatmap charts. Triggers when the user asks to visualize data, create a graph, plot a time series, or generate a chart for a report, alert, or dashboard. Runs as a lightweight, headless Node.js process without a…

4.6k 3d ago A 75 tokens original MIT

zebbern/claude-code-guide

Skill Claude CodeCodex

This skill should be used when the user asks to "perform cloud penetration testing", "assess Azure or AWS or GCP security", "enumerate cloud resources", "exploit cloud misconfigurations", "test O365 security", "extract secrets from cloud environments", or "audit cloud infrastructure". It provides comprehensive…

4.6k 3d ago D 78 tokens original MIT

code-documenter

13

zebbern/claude-code-guide

Skill Claude CodeCodex

Use when adding docstrings, creating API documentation, or building documentation sites. Invoke for OpenAPI/Swagger specs, JSDoc, doc portals, tutorials, user guides.

4.6k 3d ago A 39 tokens original MIT

code-to-diagram

14

zebbern/claude-code-guide

Skill Claude CodeCodex

Analyze codebases and automatically generate architecture diagrams, flowcharts, and org charts. Uses AST parsing to map import dependencies for Python, JS/TS, Go, and Java, outputting Mermaid or SVG files. Triggered when users ask to visualize code architecture, understand dependencies, draw a flowchart, or create a…

4.6k 3d ago A 74 tokens original MIT

code-vuln-audit

15

zebbern/claude-code-guide

Skill Claude CodeCodex

Scan code for security issues: dependency vulnerabilities (npm/pip audit), secret leaks (regex and entropy analysis), and OWASP anti-patterns like SQL injection, XSS, or command injection. Use when the user mentions security scans, vulnerability detection, secret leaks, API keys, OWASP, npm audit, pip-audit, hardcoded…

4.6k 3d ago A 82 tokens original MIT

zebbern/claude-code-guide

Skill Claude CodeCodex

React composition patterns that scale. Use when refactoring components with boolean prop proliferation, building flexible component libraries, or designing reusable APIs. Triggers on tasks involving compound components, render props, context providers, or component architecture. Includes React 19 API changes.

4.6k 3d ago A 58 tokens copy · 88% MIT

cross-examine

17

zebbern/claude-code-guide

Skill Claude CodeCodex

Interview the user relentlessly about a plan or design until reaching shared understanding, resolving each branch of the decision tree. Use when user wants to stress-test a plan, get grilled on their design, or mentions "grill me".

4.6k 3d ago A 49 tokens original MIT

cv-tailor

18

zebbern/claude-code-guide

Skill Claude CodeCodex

Optimize resumes by matching keywords to the job description, rewriting experience with the quantified STAR method, and checking ATS compatibility. Triggered when users ask for resume help, review, or polishing, mention JD matching, STAR method, ATS, or want to tailor their resume for a specific role.

4.6k 3d ago A 61 tokens original MIT

data-viz-renderer

19

zebbern/claude-code-guide

Skill Claude CodeCodex

Generate self-contained HTML/SVG infographics from JSON data, including stat cards, bar charts, flow diagrams, and mixed dashboards. Offers 8 color palettes and built-in icons with no external dependencies. Triggered when users request data visualization, infographics, charts, or dashboards.

4.6k 3d ago A 62 tokens original MIT

database-optimizer

20

zebbern/claude-code-guide

Skill Claude CodeCodex

Use when investigating slow queries, analyzing execution plans, or optimizing database performance. Invoke for index design, query rewrites, configuration tuning, partitioning strategies, lock contention resolution.

4.6k 3d ago A 39 tokens original MIT

database-scout

21

zebbern/claude-code-guide

Skill Claude CodeCodex

Explore SQLite and PostgreSQL databases: list tables, inspect schemas (columns/types/constraints), preview data, generate Mermaid ER diagrams, and run safe read-only queries. Triggered by requests to explore a database, view table structures, describe tables, generate diagrams, or query data, and by keywords like…

4.6k 3d ago A 76 tokens original MIT

zebbern/claude-code-guide

Skill Claude CodeCodex

Run comprehensive quality checks on tabular data (CSV/Excel/TSV/JSON), detecting missing values, duplicates, outliers, format issues, and type inconsistencies to produce an overall score, grade, and actionable suggestions. Triggered when users ask to check data quality, find missing or duplicate values, detect…

4.6k 3d ago A 81 tokens original MIT

zebbern/claude-code-guide

Skill Claude CodeCodex

Explore a codebase to find opportunities for architectural improvement, focusing on making the codebase more testable by deepening shallow modules. Use when user wants to improve architecture, find refactoring opportunities, consolidate tightly-coupled modules, or make a codebase more AI-navigable.

4.6k 3d ago A 62 tokens original MIT

zebbern/claude-code-guide

Skill Claude CodeCodex

Extract design systems from reference UI images and generate implementation-ready UI design prompts. Use when users provide UI screenshots/mockups and want to create consistent designs, generate design systems, or build MVP UIs matching reference aesthetics.

4.6k 3d ago A 47 tokens original MIT