40 results (61.7ms) page 1 / 2
parcadei / continuous-claude-v3-modular-code exact

Modular Code Organization

parcadei / continuous-claude-v3-dead-code exact

Find unused functions and dead code in the codebase

sickn33 / antigravity-awesome-skills-autonomous-agent-patterns exact

Design patterns for building autonomous coding agents. Covers tool integration, permission systems, browser automation, and human-in-the-loop workflows. Use when building AI agents, designing tool...

cleodin / antigravity-awesome-skills-autonomous-agent-patterns exact

Design patterns for building autonomous coding agents. Covers tool integration, permission systems, browser automation, and human-in-the-loop workflows. Use when building AI agents, designing tool...

parcadei / continuous-claude-v3-tldr-code exact

Token-efficient code analysis via 5-layer stack (AST, Call Graph, CFG, DFG, PDG). 95% token savings.

feiskyer / claude-code-settings-autonomous-skill exact

Use when user wants to execute long-running tasks that require multiple sessions to complete. This skill manages task decomposition, progress tracking, and autonomous execution using Claude Code...

shinpr / claude-code-workflows-coding-principles exact

Language-agnostic coding principles for maintainability, readability, and quality. Use when implementing features, refactoring code, or reviewing code quality.

claude-world / director-mode-lite-code-reviewer exact

Code review specialist for quality, security, and best practices

kasperjunge / skills exact

Use when reviewing code changes before committing, after implementing features, or when asked to review. Triggers on staged changes, PR reviews, or explicit review requests.

sickn33 / antigravity-awesome-skills-autonomous-agents exact

Autonomous agents are AI systems that can independently decompose goals, plan actions, execute tools, and self-correct without constant human guidance. The challenge isn't making them capable -...

cleodin / antigravity-awesome-skills-autonomous-agents exact

Autonomous agents are AI systems that can independently decompose goals, plan actions, execute tools, and self-correct without constant human guidance. The challenge isn't making them capable -...

escotilha / claude-kit-autonomous-dev exact

Autonomous coding agent that breaks features into small user stories and implements them iteratively with fresh context per iteration. Use when asked to: build a feature autonomously, create a...

ngxtm / devkit-autonomous-agent-patterns exact

Design patterns for building autonomous coding agents. Covers tool integration, permission systems, browser automation, and human-in-the-loop workflows. Use when building AI agents, designing tool...

Yeachan-Heo / oh-my-claudecode-code-review exact

Run a comprehensive code review

cosmix / loom-code-review exact

Performs comprehensive code reviews focusing on correctness, maintainability, performance, security, and best practices. Trigger keywords: review, code review, PR review, pull request, check code,...

mikeyobrien / ralph-orchestrator-code-assist exact

This sop guides the implementation of code tasks using test-driven development principles, following a structured Explore, Plan, Code, Commit workflow. It balances automation with user...

existential-birds / beagle-healthkit-code-review exact

Reviews HealthKit code for authorization patterns, query usage, background delivery, and data type handling. Use when reviewing code with import HealthKit, HKHealthStore, HKSampleQuery,...

existential-birds / beagle-combine-code-review exact

Reviews Combine framework code for memory leaks, operator misuse, and error handling. Use when reviewing code with import Combine, AnyPublisher, @Published, PassthroughSubject, or CurrentValueSubject.

existential-birds / beagle-cloudkit-code-review exact

Reviews CloudKit code for container setup, record handling, subscriptions, and sharing patterns. Use when reviewing code with import CloudKit, CKContainer, CKRecord, CKShare, or CKSubscription.

existential-birds / beagle-deepagents-code-review exact

Reviews Deep Agents code for bugs, anti-patterns, and improvements. Use when reviewing code that uses create_deep_agent, backends, subagents, middleware, or human-in-the-loop patterns. Catches...