parametric-scribe
Sicher 69Enable 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.
finishing-a-development-branch
Sicher 69Complete 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.
dispatching-parallel-agents
Sicher 69Dispatch 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.
test-generator
Sicher 68Generate 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.
rust-cargo-assistant
Sicher 67Master 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.
refactor-assistant
Sicher 68Refactor 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.
python-venv-manager
Sicher 67Manage 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.
performance-profiler
Sicher 69Analyze 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.
pattern-detector
Sicher 67Detect 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.
npm-helper
Sicher 67Master 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.
naming-analyzer
Sicher 68Analyze 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.
java-maven-helper
Sicher 67Manage 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.
go-mod-helper
Sicher 68Manage 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.
dead-code-detector
Sicher 70Clean 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.
conflict-resolver
Sicher 67Resolve 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.
complexity-analyzer
Sicher 69Analyze 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.
code-reviewer
Niedriges Risiko 67Review 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.
code-formatter
Sicher 68Format 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.
api-tester
Sicher 67Test 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.
writing-tests
Sicher 68Write 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.