shaynemeyer/claude-code-awesomeness
Instructions file
Claude Code instructions for shaynemeyer/claude-code-awesomeness, covering claude.md, repository overview, repository structure, content organization and documentation files.
shaynemeyer/claude-code-awesomeness
Instructions file
Claude Code instructions for shaynemeyer/claude-code-awesomeness, covering claude.md, repository overview, repository structure, content organization and documentation files.
shaynemeyer/claude-code-awesomeness
Skill Claude CodeCodex
Clean up project housekeeping tasks (add "run" to execute fixes).
shaynemeyer/claude-code-awesomeness
Skill Claude CodeCodex
Use this skill when reviewing code, pull requests, or diffs. Prioritizes bugs and security over style.
shaynemeyer/claude-code-awesomeness
Skill Claude CodeCodex
Manage the current feature workflow — report status, load a spec, start implementation, review, test, explain, or complete a feature. Use when the user asks for feature status or progress, or to load/start/review/test/explain/complete a feature or fix, or refers to the feature lifecycle tracked in…
shaynemeyer/claude-code-awesomeness
Skill Claude CodeCodex
Use this skill when creating git commits or drafting commit messages. Enforces conventional-commits format with type, scope, imperative-mood description, 72-char subject limit, and a forbidden-message list ("update", "fix", "WIP", "various improvements", etc.).
shaynemeyer/claude-code-awesomeness
Skill Claude CodeCodex
Use this skill when writing or modifying Python test files. Enforces pytest as the framework, src-mirroring file paths, test-prefixed function names, fixtures for shared setup, parametrize for similar cases, and specific-value assertions over truthiness.
shaynemeyer/claude-code-awesomeness
Skill Claude CodeCodex
Run a research task to generate documentation.
shaynemeyer/claude-code-awesomeness
Skill Claude CodeCodex
Use this skill always, on every code-generation request. Strips Al tells from Claude's output. Forces specific variable names, useful comments only, realistic example data, and concrete code over demonstration code.
shaynemeyer/claude-code-awesomeness
Skill Claude CodeCodex
Use this skill when writing or modifying source files. Controls when JSDoc applies (exported functions and classes), required tags (@param, @returns, @throws), what to skip (private helpers under 10 lines, obvious getters/setters), and inline-comment policy (WHY not WHAT).
shaynemeyer/claude-code-awesomeness
Skill Claude CodeCodex
Always use when user asks to create, generate, draw, or design a diagram, flowchart, architecture diagram, ER diagram, sequence diagram, class diagram, network diagram, mockup, wireframe, or UI sketch, or mentions draw.io, drawio, drawoi, .drawio files, or diagram export to PNG/SVG/PDF.
shaynemeyer/claude-code-awesomeness
Skill Claude CodeCodex
Converts a markdown file (or markdown content described in conversation) into a styled PDF, rendering any Mermaid diagrams inline. Use whenever the user asks to "write this to a PDF," "export this markdown as a PDF," "convert this doc to PDF," or asks for a PDF version of a report/explainer/plan that currently exists…
shaynemeyer/claude-code-awesomeness
Skill Claude CodeCodex
Use when the user asks to create new object-oriented classes, design class hierarchies, or model a domain with OOP. Enforces DRY and SOLID principles, and pushes back during planning if classes are not the right tool (e.g. a function, dataclass, dict, or module would do).
shaynemeyer/claude-code-awesomeness
Skill Claude CodeCodex
Converts a markdown document (slide outline, presentation doc, or any structured markdown with headers/bullets/tables/mermaid diagrams) into a PowerPoint .pptx file. Use whenever the user asks to "make this a PowerPoint," "create a deck," "turn this into slides," "export to pptx," or asks for a presentation file from…
Instructions file
Claude Code instructions for shaynemeyer/obsidian-mcp, covering claude.md, commands, architecture, path safety and read-only mode.
MCP server Claude CodeCodexCursor +2
MCP server for interacting with Obsidian vaults through direct filesystem access. Runs locally from the obsidian-mcp Python package.