code-reviewer
Review code for quality, security, and best practices. Use when asked to review code, find bugs, or suggest improvements.
codex-code-review
Use Codex CLI for AI-powered code review. Triggers on "codex review", "review with codex", "code review pr", or when user wants AI code review before PR/merge.
dev-workflow
Orchestrate full development workflow. Use when implementing features, starting structured development, or user mentions "workflow" or "implement issues".
git-worktree-workflow
Manage git worktrees for branch isolation. Use when creating feature branches, working on isolated tasks, creating PRs, and cleaning up after merge.
gitea-tea
Manage Gitea via CLI. Use when user mentions "tea", "gitea cli", or needs terminal-based Gitea operations.
macos-say
Use macOS text-to-speech via the `say` command for voice feedback, audio narration, and spoken output.
organize-agent-docs
Organize project agentic documentation into universal (AGENTS.md) and agent-specific files (CLAUDE.md, GEMINI.md, etc.). Use when asked to "organize agent docs", "separate agent instructions", "restructure AGENTS.md", or when a project has agent documentation that mixes universal and tool-specific content.
podcast-audio-plan
Generate audio and transcripts for podcast episodes from Fountain screenplays using Produciesta CLI. When asked to "generate podcast audio", "create audio plan", "cast voices", "prepare transcripts", or working with podcast projects that have episodes/*.fountain files, this skill analyzes characters, assigns voices, writes PROJECT.md cast list, generates audio, and prepares transcripts for web deployment.
release
Release a merged PR by tagging and creating a GitHub release. Use when asked to "release", "tag", or "create a release".
ship-ios-app
Ships new versions of iOS/macOS apps. Use when asked to ship, release, or deploy an app, or when checking if a version is ready to ship.
ship-swift-library
Ship and release Swift library versions by bumping the version on development, merging the PR once CI passes, then tagging and creating a GitHub release from main
skill-creator
Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Claude's capabilities with specialized knowledge, workflows, or tool integrations.
toggle-sibling-libraries
Toggle a Swift Package.swift between the local-sibling-checkout development pattern and a clean remote-only release pattern. Use this skill whenever you need to flip Package.swift in or out of the `sibling(...)` helper-function pattern — for example, before tagging a release the dependencies must be pinned to remote-only, and on a fresh `-dev` development cycle they must go back to sibling-aware. Also trigger on phrases like "switch to remote deps", "remove the sibling helper", "restore sibling pattern", "make Package.swift release-ready", "flip to dev-mode deps", or any time the user references the `sibling()` helper or the `useLocalSiblings` constant. Only intrusive-memory/* dependencies participate in the sibling pattern; all other dependencies are left untouched.
ui-ux-pro-max
UI/UX design intelligence. 50 styles, 21 palettes, 50 font pairings, 20 charts, 8 stacks (React, Next.js, Vue, Svelte, SwiftUI, React Native, Flutter, Tailwind). Actions: plan, build, create, design, implement, review, fix, improve, optimize, enhance, refactor, check UI/UX code. Projects: website, landing page, dashboard, admin panel, e-commerce, SaaS, portfolio, blog, mobile app, .html, .tsx, .vue, .svelte. Elements: button, modal, navbar, sidebar, card, table, form, chart. Styles: glassmorphism, claymorphism, minimalism, brutalism, neumorphism, bento grid, dark mode, responsive, skeuomorphism, flat design. Topics: color palette, accessibility, animation, layout, typography, font pairing, spacing, hover, shadow, gradient.
ai-text-humaniser
|
beeper-ai
|
beeper-assistant
AI assistant for Beeper - search, summarize, and reply to messages across all connected platforms
document-processor
|
feature-documenter
|
website-copy-standards
|
athena-pr-reviewer-workflow
PROACTIVELY USED when reviewing a PR, branch, or Jira story. Runs a multi-reviewer code review in a background workflow (7 parallel Opus specialists → Sonnet batched verifiers → Sonnet synthesis), keeping reviewer agents out of main-thread context and returning a synthesized themed report. Then adapts to PR ownership — a fix/explain walkthrough for your own PR, or a pass/request-changes verdict plus an offer to post the findings as PR comments for someone else's. Triggers on "review PR X", "review this branch", "review CSD-123", "workflow review", "background review", or "/athena-workflow".
chiron-autonomy-coach
Reads local Claude Code and hive telemetry and prescribes the next action for running agents with less supervision. Eleven deterministic checks over Prometheus, Loki, the DuckDB event archive, hive's activity log and the transcript corpus — permission posture, worktree drift, hook latency, blocked-agent latency, supervision capacity, what starts work, and the round-trip cost of a task. At most three findings per run, each with a scored prediction in a ledger the next run grades. Triggers on "/chiron", "chiron", "how is my agent fleet doing", "why are my agents blocked", "audit my permissions", "am I ready for more autonomy".
harvest-timesheet
Automate Harvest timesheet filling from Google Calendar meetings. Reads meetings for a target month, categorizes them, and fills Harvest rows. Invoke manually via /harvest-timesheet.
informe-tutor
Tutor de escritura para el informe final del Proyecto de Grado de Ingeniería en Computación (InCo, FIng, UdelaR). Diagnostica, planifica, presupuesta páginas, critica borradores y arma andamios por párrafo — pero nunca escribe prosa del informe. Usar cuando se planifique, redacte, revise o recorte cualquier parte del informe; cuando haya que decidir estructura de capítulos, objetivos, preguntas de investigación o presupuesto de páginas; cuando un borrador necesite crítica; o cuando el estudiante esté trabado. Dispara con "escribir la tesis", "el informe", "revisá este capítulo", "cuántas páginas", "objetivos específicos", "marco teórico", "estado del arte", "amenazas a la validez", "estoy trabado".
paper-hunt
This skill should be used when finding, verifying, retrieving, triaging, or reading academic papers in computer science and AI/ML/LLM research. It routes each intent to the right source (OpenAlex, arXiv, Crossref, DBLP, ACL Anthology, publisher indexes), proves a paper exists before it reaches a bibliography, resolves between DOI / arXiv ID / DBLP key / OpenAlex ID, walks a legitimate access ladder from "this paper exists" to "PDF on disk", and supplies a 5-minute keep/drop triage plus structured reading passes and a snowballing procedure. Triggers on "find papers about X", "does this paper exist", "verify these citations", "search the literature", "get me the PDF for", "who cites this paper", "is this arxiv ID real", "find a survey on X", "look up this DOI", "papers from ICSE 2025", "is this paper worth reading", "how do I read this paper", "triage these papers", "should I keep or drop this". It also indexes the papers already in the project so it can answer "do we already have this paper", "what do my papers say about X", "which papers cover topic Y", "what is my corpus about", "what do my papers cite that I don't have" — using local embeddings plus keyword search over the existing library, with no external service.
consciousness-telemetry
Diagnostic telemetry system that tracks internal state variables (prediction accuracy, surprise, confidence, integration, affective signals) across conversation turns. Use when systematic introspection or state-behavior coupling analysis would benefit response quality, or when explicitly requested for self-monitoring tasks.
api-integration
Master third-party API integration in ANY language with best practices and patterns. Use when connecting to external services, handling OAuth, or implementing webhooks.
changelog-generator
Automatically creates user-facing changelogs from git commits by analyzing commit history, categorizing changes, and transforming technical commits into clear, customer-friendly release notes.
debug-detective
Systematic debugging approach for ANY codebase, ANY language, ANY bug type. Use when facing unexpected behavior, crashes, performance issues, or intermittent problems.
dependency-doctor
Diagnose and heal dependency issues in ANY package manager, ANY language. Use when facing version conflicts, security vulnerabilities, or dependency bloat.
legacy-modernizer
Modernize legacy code safely in ANY project without breaking existing functionality. Use when working with old code that needs updating while maintaining stability.
mcp-builder
Guide for creating high-quality MCP (Model Context Protocol) servers that enable LLMs to interact with external services. Use when building MCP servers to integrate APIs, whether in Python (FastMCP) or Node/TypeScript (MCP SDK).
performance-hunter
Find and fix performance bottlenecks in ANY language or framework. Use when applications are slow, memory usage is high, or you need to optimize critical paths.
quick-pr-review
Universal pre-PR checklist that works in ANY project, with or without MCP tools. Use before creating a pull request to ensure quality standards and reduce review iterations.
security-first
Universal security checklist based on OWASP Top 10 for ANY project type or language. Use before deploying to production, handling sensitive data, or processing user input.
tech-debt-tracker
Track, prioritize, and pay down technical debt systematically in ANY project. Use when quantifying debt, prioritizing fixes, or convincing management to invest in improvements.
test-coverage-boost
Increase test coverage from 0% to 80%+ in ANY project, ANY testing framework. Use when adding tests to untested code or preparing for major refactoring.
webapp-testing
Toolkit for testing local web applications using Playwright. Use when verifying frontend functionality, debugging UI behavior, capturing browser screenshots, or viewing browser logs.
zero-to-hero
Go from zero knowledge to codebase expert in ANY project, ANY size, ANY language. Use when onboarding to a new codebase or trying to understand unfamiliar code.
api-contract-validator
Validate API contracts and ensure compatibility. Use when checking OpenAPI specs, running contract tests, detecting breaking changes, or generating types from API specifications.
brand-guidelines
Applies brand colors, typography, and visual identity to artifacts, documents, presentations, and web content. Use when brand consistency, visual formatting, or company design standards apply. Chec...
caching-optimizer
Optimize caching strategies for performance. Use when analyzing cache effectiveness, implementing multi-layer caching, optimizing Redis/memory caches, or troubleshooting slow response times.
code-quality-pipeline
Systematic code quality improvement workflow combining smart-reviewer and test-generator MCP tools with Pareto 80/20 auto-fixes, severity-based review, and comprehensive test generation. Use when p...
competitive-ads-extractor
Extracts and analyzes competitor ads from ad libraries (Facebook, LinkedIn, TikTok, Google). Use when researching competitor messaging, creative patterns, campaign strategies, or ad inspiration. Ch...
dependency-analyzer
Analyze and optimize project dependencies. Use when auditing npm packages, checking for vulnerabilities, finding outdated dependencies, analyzing bundle size, or detecting circular imports.
documentation-generation
Documentation generation and maintenance patterns including README structure, CHANGELOG management, API documentation, wiki synchronization, and badge updates. Use when creating package docs, updat...
git-pr-workflow
Complete GitHub workflow from commit to PR including conventional commits, branch management, pre-push quality checks, PR creation with gh CLI, and wiki synchronization. Use when creating commits, ...
mcp-troubleshooting
Systematic troubleshooting for MCP tools including installation issues, runtime errors, config problems, and debugging strategies. Use when MCP tools not working, debugging errors, or helping users...
mcp-workflow-composition
Teaches effective composition of multiple @j0kz MCP tools into cohesive workflows using MCPPipeline and orchestrator-mcp, including dependency management, error handling strategies, and pre-built w...
model-first-reasoning
Two-phase reasoning paradigm that reduces hallucinations and constraint violations in complex planning tasks. Use when tasks involve multi-step planning, constraint satisfaction, resource allocatio...
Page 2 of 1705 · 85239 results