shaynemeyer

15 mods across 3 repositories, 2 stars between them.

feature

04

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…

2 4d ago A 69 tokens

git-commits

05

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.).

2 4d ago A 62 tokens

testing

06

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.

2 4d ago A 53 tokens

stop-slop

08

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.

2 4d ago A 44 tokens

documentation

09

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).

2 4d ago A 61 tokens

drawio

10

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.

2 4d ago A 75 tokens

markdown-to-pdf

11

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…

2 4d ago A 77 tokens

oop-class-design

12

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).

2 4d ago A 68 tokens

pptx-deck

13

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…

2 4d ago A 83 tokens

shaynemeyer/obsidian-mcp

Instructions file

Claude Code instructions for shaynemeyer/obsidian-mcp, covering claude.md, commands, architecture, path safety and read-only mode.

0 16d ago A 1,196 tokens

obsidian-mcp

15

shaynemeyer/obsidian-mcp

MCP server Claude CodeCodexCursor +2

MCP server for interacting with Obsidian vaults through direct filesystem access. Runs locally from the obsidian-mcp Python package.

0 16d ago A tokens not measured