git
Safe 78Inspect Git Repositories Safely
by ETeissonniere
Developers need fast repository context before changing code. This skill guides Claude, Codex, and Claude Code through read-only Git inspection commands.
Curate your favorite skills into a reusable collection, then install it with one command.
Inspect Git Repositories Safely
by ETeissonniere
Developers need fast repository context before changing code. This skill guides Claude, Codex, and Claude Code through read-only Git inspection commands.
Echo Text for Tool Testing
by EnactProtocol
Testing agent tool calls often needs a predictable response. This skill returns submitted text so teams can verify input and output handling.
Review Code with Structured AI Feedback
by EnactProtocol
Manual code review can miss bugs, style problems, and risky patterns when context is limited. This skill reviews provided code and returns prioritized issues, suggestions, a summary, and a quality score.
Format JSON with Clear Validation
by EnactProtocol
Compact JSON is hard to review, and invalid data slows debugging. This skill validates JSON and returns a clean, indented version with errors.
Create Rust Greeting Tools
by EnactProtocol
Developers need a small, predictable example for passing input into a Rust command-line skill. This skill compiles and runs a greeting tool from a name parameter.
Run a Ruby Greeting Example
by EnactProtocol
Developers need small examples to verify Enact tool execution. This skill runs a Ruby script that returns a personalized greeting and Ruby version output.
Run a Python Greeting Example
by EnactProtocol
New Enact users need a small example that proves tool execution works. This skill runs a Python greeting command and returns simple runtime output.
Create Simple JavaScript Greetings
by EnactProtocol
Developers need a minimal tool to test Enact JavaScript execution. This skill returns a greeting with timestamp and Node version details.
Run a Go Greeting Example
by EnactProtocol
Developers need a small working Enact skill to verify local setup and learn the package format. This skill runs a Go greeting command with a name input and shows a simple structured tool pattern.
Run a Brainfuck Greeting Demo
by EnactProtocol
Testing esoteric language examples can be slow to set up. This skill returns a fixed greeting generated by a Brainfuck program.
Write Modular Next.js Utilities
by Emz1998
Utility code can become hard to reuse when helpers grow without structure. This skill guides Claude, Codex, and Claude Code to create short, modular Next.js utilities.
Write Modular Next.js Types
by Emz1998
Next.js projects can collect large type files that are hard to maintain. This skill guides Claude, Codex, and Claude Code to write small TypeScript types and interfaces in srs/types.
Create compact Next.js page layouts
by Emz1998
Next.js page files can become hard to maintain when layout, types, and page logic grow together. This skill guides Claude, Codex, and Claude Code to produce modular page.tsx layouts with separated types.
Write Modular Next.js Library Functions
by Emz1998
Next.js utility code can become large and hard to maintain. This skill guides Claude, Codex, and Claude Code to create modular lib functions.
Write Modular Next.js Config Files
by Emz1998
Next.js config folders can become hard to maintain when many settings live together. This skill guides Claude, Codex, and Claude Code to create small modular files.
Build TypeScript Tests with Vitest
by Emz1998
Teams often add tests late, which makes TypeScript regressions harder to catch. This skill guides Claude, Codex, and Claude Code through test-first Vitest workflows.
Create Reliable Claude Agent Skills
by Emz1998
Teams often struggle to make Agent Skills concise, discoverable, and safe to maintain. This skill provides a structured workflow for creating SKILL.md files with clear triggers, templates, and validation criteria.
Add Shadcn UI Components Reliably
by Emz1998
Adding UI components can be inconsistent when project setup guidance is scattered. This skill gives Claude, Codex, and Claude Code concise Shadcn UI setup instructions.
Review Implementations Before Commit
by Emz1998
Teams can miss plan flaws or code issues when workflow steps move quickly. This skill routes completed plans and implementations to review agents before the next phase.
Create Claude Code Output Styles
by Emz1998
Claude Code output styles are easy to misconfigure. This skill guides valid style files, placement, activation, and testing.