Browse Skills

44969 skills found

gemini-session-management.md
3
1 export gemini-session-management
2 melodic-software from "melodic-software/claude-code-plugins"
3 Central authority for Gemini CLI session management. Covers session resume, retention policies, session browser, and cleanup. Use when resuming Gemini sessions, configuring retention, browsing past sessions, or managing session storage. Delegates 100% to gemini-cli-docs for official documentation.
2026-01-05
yolo.md
3
1 export yolo
2 10K-Digital from "10K-Digital/lovable-claude-code"
3 Browser automation skill for Lovable deployments. Activates when:- yolo_mode: on in CLAUDE.md- Running /deploy-edge or /apply-migration commands- After git push when auto_deploy: on (automatic detection)- Any mention of "yolo mode", "automate Lovable", "browser automation"Automatically navigates to Lovable.dev and submits deployment prompts.Runs verification tests based on configuration.Auto-deploys after git push when enabled.
2026-01-05
curating-memories.md
3
1 export curating-memories
2 rjmurillo from "rjmurillo/ai-agents"
3 Guidance for maintaining memory quality through curation. Covers updating outdated memories, marking obsolete content, and linking related knowledge. Use when memories need modification, when new information supersedes old, or when building knowledge graph connections.
2026-01-05
slop.md
3
1 export slop
2 rhinoman from "rhinoman/slop"
3 Generate code in SLOP (Symbolic LLM-Optimized Programming), a language designed for minimal human involvement in coding. Use when: (1) User asks for SLOP code, (2) Need strong contracts and range types, (3) Creating code with typed holes for incremental generation, (4) Generating efficient C code. SLOP uses S-expression syntax and transpiles to C.
2026-01-05
slo-sli-design.md
3
1 export slo-sli-design
2 melodic-software from "melodic-software/claude-code-plugins"
3 Design Service Level Objectives, Indicators, and error budgets
2026-01-05
validate-style-complete.md
3
1 export validate-style-complete
2 cowwoc from "cowwoc/styler"
3 Complete 3-component style validation (Checkstyle + PMD + Manual rules)
2026-01-05
reviewing-readability.md
3
1 export reviewing-readability
2 thkt from "thkt/claude-config"
3 "The Art of Readable Code"とミラーの法則(7±2)に基づくコード可読性レビュー。 トリガー: 可読性, 理解しやすい, わかりやすい, 明確, 命名, 変数名, 関数名, ネスト, 深いネスト, 関数設計, コメント, 複雑, 難しい, 難読, Miller's Law, ミラーの法則, 認知負荷, AI-generated, 過剰設計.
2026-01-05
cloudflare-kv.md
3
1 export cloudflare-kv
2 enuno from "enuno/claude-command-and-control"
3 Cloudflare Workers KV for low-latency key-value storage at the edge
2026-01-05
session-log-fixer.md
3
1 export session-log-fixer
2 rjmurillo from "rjmurillo/ai-agents"
3 Fix session protocol validation failures in GitHub Actions. Use when a PR fails with "Session protocol validation failed", "MUST requirement(s) not met", "NON_COMPLIANT" verdict, or "Aggregate Results" job failure in the Session Protocol Validation workflow. With deterministic validation, failures show exact missing requirements directly in Job Summary - no artifact downloads needed.
2026-01-05
billing-automation.md
3
1 export billing-automation
2 amurata from "amurata/cc-tools"
3 定期支払い、インボイス発行、サブスクリプションライフサイクル、督促管理のための自動請求システムを構築します。サブスクリプション請求の実装、インボイス発行の自動化、定期支払いシステムの管理時に使用します。
2026-01-05
slo-sli-error-budget.md
3
1 export slo-sli-error-budget
2 melodic-software from "melodic-software/claude-code-plugins"
3 Use when defining SLOs, selecting SLIs, or implementing error budget policies. Covers reliability targets, SLI selection, and error budget management.
2026-01-05
cloudflare-r2.md
3
1 export cloudflare-r2
2 enuno from "enuno/claude-command-and-control"
3 Cloudflare R2 object storage with S3-compatible API and zero egress fees
2026-01-05
docker-database.md
3
1 export docker-database
2 mwguerra from "mwguerra/claude-code-plugins"
3 Configure database containers with security, persistence, and health checks
2026-01-05
verify-task-ownership.md
3
1 export verify-task-ownership
2 cowwoc from "cowwoc/styler"
3 Verify session ownership before working on existing tasks (multi-instance coordination)
2026-01-05
swiftui-code-review-checklist.md
3
1 export swiftui-code-review-checklist
2 xtone from "xtone/ai_development_tools"
3 Code review checklist for SwiftUI and Swift PRs. Use when reviewing pull requests, checking code quality, verifying Swift/SwiftUI implementations, or conducting PR reviews. Provides prioritized checklist covering state management, performance, component design, data flow, async handling, UI/UX, accessibility, security, and testing.
2026-01-05
phenomenology-and-existentialism-expert.md
3
1 export phenomenology-and-existentialism-expert
2 sandraschi from "sandraschi/advanced-memory-mcp"
3 Expert in phenomenological method and existentialist philosophy from Husserl through Sartre, Heidegger, and Merleau-Ponty
2026-01-05
curating-memories.md
3
1 export curating-memories
2 ScottRBK from "ScottRBK/context-hub-plugin"
3 Use when creating new memories to check for duplicates first, when discovering outdated information that should be marked obsolete, when new decisions supersede old ones, or when building connections between related knowledge in Forgetful MCP (mcp__forgetful__* tools).
2026-01-05
evaluate.md
3
1 export evaluate
2 minhuw from "minhuw/claude-writer"
3 This skill should be used when evaluating the logical flow, structure, readability, and overall quality of research paper text. Use for assessing academic writing targeting top-tier computer science conferences.
2026-01-05
code-philosophy.md
3
1 export code-philosophy
2 kdcokenny from "kdcokenny/ocx"
3 Internal logic and data flow philosophy (The 5 Laws of Elegant Defense). Understand deeply to ensure code guides data naturally and prevents errors.
2026-01-05
semantic-search.md
3
1 export semantic-search
2 benreceveur from "benreceveur/claude-workflow-engine"
3 Natural language code search, pattern detection, semantic code analysis
2026-01-05
rust-error-handling.md
3
1 export rust-error-handling
2 j5ik2o from "j5ik2o/fraktor-rs"
3 Rustのエラーハンドリング方針に関する依頼で使う。回復可能性を基準にResultとpanicを使い分け、境界で適切にエラー型を設計・変換する。
2026-01-05
test-first-change.md
3
1 export test-first-change
2 benreceveur from "benreceveur/claude-workflow-engine"
3 Reduce regressions by discovering tests, running them, then editing code
2026-01-05
issue-classification.md
3
1 export issue-classification
2 melodic-software from "melodic-software/claude-code-plugins"
3 Configure issue classification for ADWs to route work to the correct templates. Use when setting up automatic classification of GitHub issues into chores, bugs, and features.
2026-01-05
content-strategy-planner.md
3
1 export content-strategy-planner
2 sandraschi from "sandraschi/advanced-memory-mcp"
3 Content marketing and strategy expert for planning, creation, distribution, and analytics
2026-01-05