Showing 30 of 119385 results
from samber/cc-skills-golang
Context Keeper — persistent per-project memory for Claude Code that auto-loads project context on session start, tracks sessions with git activity, and writes into Claude native memory via `/ck:*` commands backed by deterministic Node.js scripts for consistent behavior across models.
Official Apollo GraphQL agent skills for AI coding agents, covering Apollo Client, Apollo Server, Apollo Connectors, and GraphQL development workflows.
A Go-specific agent skill that guides AI agents in writing accurate benchmarks and interpreting Go benchmark results for performance optimization, reducing benchmarking errors by 50%.
PreToolUse-hook safety net that intercepts destructive Bash/Write/Edit operations (rm -rf, git push --force, DROP TABLE, kubectl delete, --no-verify, etc.) and optionally restricts edits to a specific directory tree. Three modes: Careful (warn on destructive commands), Freeze (lock edits to a dir), and Guard (both combined) for autonomous-agent safety.
Helps users write, optimize, and validate complex SQL queries by providing intelligent query generation, analysis, and debugging assistance.
A Claude Code plugin marketplace from Trail of Bits providing skills for AI-assisted security analysis, testing, and development workflows.
Treats code as a liability and walks through deprecation/migration end-to-end: when to maintain vs sunset (decision questions), advisory vs compulsory deprecation, the migration process (build replacement → announce/document → migrate consumers incrementally → remove old system), and patterns like Strangler, Adapter, and feature-flag migration. Calls out Hyrum's Law, the Churn Rule, zombie code, and common rationalizations to push back on.
Skill for applying consistent professional styling to artifacts with 10 pre-set themes covering color palettes and font pairings for slides, docs, reports, and landing pages
Applies Anthropic's brand colors, typography, and design guidelines to visual artifacts, ensuring consistent corporate identity.
from samber/cc-skills-golang
YC-office-hours-style product diagnostic that pressure-tests the "why" before any feature is built — asks who it's for, what the pain is, the 10-star version, the MVP, the anti-goal, and the success metric, then outputs a `PRODUCT-BRIEF.md` with go/no-go. Also runs founder review, user journey audit, and feature prioritization modes.
Guides developers through building Medusa ecommerce applications with best practices, architectural patterns, and comprehensive backend/admin/storefront implementation skills.
SEOJuice skill for capturing featured snippets, People Also Ask boxes, and rich results in search engine results pages.
Teaches AI assistants how to correctly design, implement, and secure WordPress REST API routes, endpoints, authentication, and response handling.
Agent skills for infrastructure-as-code workflows with Pulumi, covering infrastructure migrations from Terraform, secret management, and code translation.
Intercepts the response flow to offer the user an informed choice about answer depth *before* Claude answers — estimates input tokens, classifies prompt complexity (simple/medium/complex), and presents response-size options. Triggers on phrases like "short version", "tldr", "token budget", or Spanish equivalents; silently maintained once a level is chosen in a session.
Give AI agents autonomous payment ability via the x402 HTTP 402 protocol and MCP tools — including per-task and per-session budgets, allowlisted recipients, rate limits, and non-custodial ERC-4337 wallets so agents can pay for APIs or other agents without custodial risk. Spending policy is set by the orchestrator, not the agent.
Drives `kakaocli` on macOS to read KakaoTalk chat lists, search messages, and send replies on top of the local KakaoTalk Mac database and macOS accessibility automation (no official Kakao API). Walks through the safety flow — Full Disk Access + Accessibility permissions, `--me`/`--dry-run` testing, mandatory user confirmation before any non-self send.
Patterns for protecting patient and clinician data across HIPAA (US), DISHA (India), and GDPR (EU) — data classification (PHI vs PII), Row-Level Security policies, tamper-proof audit logs, encryption, and common leak vectors. Applies when building patient-record features, clinical APIs, or multi-tenant healthcare RLS.
Generates visually stunning infographics using pre-designed templates for quick, impactful visual communication of processes, comparisons, and data.
Pre-PR / pre-deploy verification pipeline for Laravel projects that runs phases sequentially: env checks, Composer validate, Pint + PHPStan/Psalm, `php artisan test` with coverage, `composer audit`, migration `--pretend` review, and build/deploy readiness checks. Each failing phase gates the next.
Stock investment deep research agent with an 8-phase due diligence framework using 28 parallel research agents for comprehensive equity analysis via WebSearch and WebFetch
Post-deploy regression monitor that watches a deployed URL for HTTP status, console errors, network failures, Core Web Vitals (LCP/CLS/INP), missing key elements, and API SLA. Supports quick single-pass, sustained interval watches (`--interval 5m --duration 2h`), and staging-vs-prod diff mode with critical/warning/info alert tiers.