1073 Skills
🕰️

parametric-scribe

Sicher 69

Enable Time Machine Coding with Parametric History

von Cycleaddict

Traditional AI coding is destructive. Once you change direction, previous work is overwritten. Parametric Scribe creates a non-linear editing experience for code, recording each task as a replayable step that can be modified and intelligently reapplied to new contexts.

Claude Codex Code(CC)
Installieren
🌿

finishing-a-development-branch

Sicher 69

Complete your feature branch workflow

von Cycleaddict

After implementing a feature, deciding how to integrate the work can be unclear. This skill provides a structured process to verify tests, present clear options for merge or PR, and safely execute the chosen workflow with confirmation prompts.

Claude Codex Code(CC)
Installieren

dispatching-parallel-agents

Sicher 69

Dispatch Parallel Agents for Bugs

von Cycleaddict

Multiple test failures waste time when investigated sequentially. Parallel agent dispatch sends independent investigations to multiple AI agents, solving several problems in the time it takes to solve one.

Claude Codex Code(CC)
Installieren
🧪

test-generator

Sicher 68

Generate Unit Tests Automatically

von CuriousLearner

Writing comprehensive unit tests is time-consuming and often incomplete. This skill analyzes your code and generates complete test suites with edge cases, error handling, and proper mocking.

Claude Codex Code(CC)
Installieren
📦

rust-cargo-assistant

Sicher 67

Master Cargo Build System and Rust Project Configuration

von CuriousLearner

Managing Cargo projects requires understanding complex configuration patterns and dependency resolution. This skill delivers expert guidance for project initialization, dependency management, build optimization, and troubleshooting common Rust toolchain issues.

Claude Codex Code(CC)
Installieren
🔧

refactor-assistant

Sicher 68

Refactor Code with AI Assistance

von CuriousLearner

Codebases become harder to maintain as technical debt accumulates over time. This skill provides systematic refactoring suggestions and helps implement improvements while preserving existing functionality.

Claude Codex Code(CC)
Installieren
🐍

python-venv-manager

Sicher 67

Manage Python Virtual Environments

von CuriousLearner

Struggling with Python dependency conflicts and virtual environment setup? This skill provides expert guidance on creating, managing, and troubleshooting Python virtual environments using modern tools like Poetry, pipenv, and pyenv.

Claude Codex Code(CC)
Installieren

performance-profiler

Sicher 69

Analyze code performance and find optimization opportunities

von CuriousLearner

Slow code wastes compute resources and frustrates users. This skill identifies inefficient algorithms, memory leaks, and N+1 queries, then provides specific fixes with expected performance gains.

Claude Codex Code(CC)
Installieren
🔍

pattern-detector

Sicher 67

Detect Design Patterns and Anti-Patterns

von CuriousLearner

Poor code structure leads to technical debt and maintenance problems. This skill analyzes code to identify design patterns in use and anti-patterns that should be fixed, providing clear recommendations for improvement.

Claude Codex Code(CC)
Installieren
📦

npm-helper

Sicher 67

Master NPM Package Management

von CuriousLearner

Managing Node.js dependencies can be confusing with multiple package managers and version conflicts. This skill provides expert guidance for npm, yarn, and pnpm with practical examples and troubleshooting solutions.

Claude Codex Code(CC)
Installieren
🔍

naming-analyzer

Sicher 68

Analyze and improve code naming conventions

von CuriousLearner

Poor naming makes code difficult to understand and maintain. This skill analyzes your code and suggests clearer, more descriptive names following established language conventions for better code quality.

Claude Codex Code(CC)
Installieren

java-maven-helper

Sicher 67

Manage Java Maven Projects

von CuriousLearner

Managing Maven projects and dependencies can be complex and error-prone. This skill provides expert guidance for initializing projects, resolving dependency conflicts, configuring builds, and troubleshooting common Maven issues.

Claude Codex Code(CC)
Installieren
🔷

go-mod-helper

Sicher 68

Manage Go modules and dependencies

von CuriousLearner

Go projects require careful dependency management to maintain stability and security. This skill provides expert guidance on initializing modules, resolving version conflicts, and configuring Go projects for production environments.

Claude Codex Code(CC)
Installieren
🧹

dead-code-detector

Sicher 70

Clean Dead Code from Your Codebase

von CuriousLearner

Dead code bloats your codebase and increases maintenance burden. This skill analyzes your code to identify unused imports, variables, and functions that can be safely removed.

Claude Codex Code(CC)
Installieren
🔀

conflict-resolver

Sicher 67

Resolve git merge conflicts

von CuriousLearner

Git merge conflicts disrupt development workflow and waste time. This skill provides expert guidance to analyze conflicts, choose the right resolution strategy, and restore productive coding.

Claude Codex Code(CC)
Installieren
📊

complexity-analyzer

Sicher 69

Analyze code complexity metrics

von CuriousLearner

Complex code is hard to maintain and prone to bugs. This skill measures cyclomatic complexity, cognitive complexity, and maintainability to identify refactoring opportunities.

Claude Codex Code(CC)
Installieren
🔍

code-reviewer

Niedriges Risiko 67

Review code for quality and security

von CuriousLearner

Manual code reviews are time-consuming and inconsistent. This skill provides automated, comprehensive code reviews covering quality standards, security vulnerabilities, and best practices across any codebase.

Claude Codex Code(CC)
Installieren

code-formatter

Sicher 68

Format code across multiple languages

von CuriousLearner

Inconsistent code formatting slows down code reviews and increases merge conflicts. This skill formats code across 10+ languages using opinionated best practices and existing project configurations.

Claude Codex Code(CC)
Installieren
🔬

api-tester

Sicher 67

Test APIs with comprehensive validation

von CuriousLearner

Manual API testing is time-consuming and error-prone. This skill provides complete API testing methodologies including security checks, performance testing, and automated test generation.

Claude Codex Code(CC)
Installieren
🧪

writing-tests

Sicher 68

Write maintainable backend tests

von Crossbill-Highlights

Writing tests for backend code requires careful organization to ensure maintainability and coverage. This skill provides guidelines for creating test suites that stay maintainable as codebases grow.

Claude Codex Code(CC)
Installieren