parametric-scribe
Medium Risk 69Replay Coding History with Recipes
by Cycleaddict
Coding agents usually lose the reasoning behind each step. Parametric Scribe records prompts, outputs, and SHAs so teams can replay or fork work.
Curate your favorite skills into a reusable collection, then install it with one command.
Replay Coding History with Recipes
by Cycleaddict
Coding agents usually lose the reasoning behind each step. Parametric Scribe records prompts, outputs, and SHAs so teams can replay or fork work.
Generate Unit Tests From Existing Code
by CuriousLearner
Writing useful tests takes time and often misses edge cases. This skill helps Claude, Codex, and Claude Code produce tests that follow project conventions.
Why this variant is first
curiouslearner-test-generator
2026-08-22
atyantik-test-generator
2026-08-22
Organize reusable code snippets
by CuriousLearner
Developers lose time recreating small code patterns across projects. This skill helps save, tag, search, and improve reusable snippets for Claude, Codex, and Claude Code.
Find Code Faster With Smart Search
by CuriousLearner
Large codebases make it hard to locate the right symbols, patterns, and references. This skill turns vague search goals into focused grep, ripgrep, and regex strategies.
Manage Rust Cargo Projects
by CuriousLearner
Rust projects often need precise Cargo configuration, dependency updates, and build troubleshooting. This skill gives structured guidance for Cargo workflows in Claude, Codex, and Claude Code.
Refactor Code Safely with Structured Guidance
by CuriousLearner
Refactoring can introduce bugs when changes are broad or poorly explained. This skill helps Claude, Codex, and Claude Code plan and apply safer incremental improvements.
Scaffold Project Starters
by CuriousLearner
Starting a new project often requires repeated setup across tools, folders, tests, and documentation. This skill gives Claude, Codex, and Claude Code structured templates for common application stacks.
Profile Application Performance Bottlenecks
by CuriousLearner
Slow code can hide inside algorithms, rendering, database queries, and bundles. This skill reviews source patterns and produces prioritized optimization guidance.
Why this variant is first
curiouslearner-performance-profiler
2026-08-22
crazydubya-performance-profiler
2026-08-22
Detect Code Patterns and Anti-Patterns
by CuriousLearner
Codebases can hide design choices that raise maintenance risk. This skill identifies common patterns, anti-patterns, and practical refactoring recommendations.
Manage NPM Projects Reliably
by CuriousLearner
JavaScript dependency work often slows teams with version conflicts, lock file questions, and package manager differences. This skill guides npm, Yarn, pnpm, audits, workspaces, and publishing tasks.
Build Mock API Servers for Tests
by CuriousLearner
Teams need stable APIs before backend services are ready. This skill helps Claude, Codex, and Claude Code design mock REST, GraphQL, and OpenAPI servers.
Generate Safe Database Migrations
by CuriousLearner
Database changes can break production data when migrations are incomplete or irreversible. This skill drafts migration steps, rollbacks, and review checklists for common SQL and ORM stacks.
Configure Java Maven Builds
by CuriousLearner
Maven projects often fail because dependencies, plugins, and profiles are hard to align. This skill provides focused guidance for setup, troubleshooting, testing, and CI configuration.
Manage Go Modules and Dependencies
by CuriousLearner
Go module setup and dependency updates can be error-prone across private repositories, workspaces, and releases. This skill provides command guidance for Go modules, dependency cleanup, versioning, and troubleshooting.
Find Dead Code Before Cleanup
by CuriousLearner
Unused code slows reviews and increases maintenance risk. This skill helps Claude, Codex, and Claude Code identify removal candidates with review guidance.
Resolve Git Merge Conflicts
by CuriousLearner
Merge conflicts slow delivery and create risk when developers choose changes without context. This skill helps Claude, Codex, and Claude Code analyze conflicts, compare intent, and plan safe resolutions.
Analyze Code Complexity
by CuriousLearner
Complex code is hard to review, test, and maintain. This skill helps Claude, Codex, and Claude Code measure complexity metrics and produce focused refactoring guidance.
Format Code Consistently Across Projects
by CuriousLearner
Inconsistent formatting slows reviews and makes code harder to compare. This skill guides Claude, Codex, and Claude Code to format supported languages with project-aware rules.
Explain Code Clearly for Any Audience
by CuriousLearner
Complex code slows onboarding and reviews. This skill turns code into audience-aware explanations, walkthroughs, diagrams, and practice prompts.
Test APIs With Request and Validation Guidance
by CuriousLearner
API testing often misses authentication, schema, and error cases. This skill helps create endpoint checks, sample requests, collections, and performance tests.