Browse Skills
2849 skills found
ai-architect-lite.md
1
1
export
ai-architect-lite
2
from
"Carl-312/devlog-starter"
from
"Carl-312/devlog-starter"
3
Lightweight playbook distilled from AI Architecture to keep dual-engine memory (.ai_context) and manifest dispatcher with minimal overhead; use when bootstrapping or porting the pattern into Claude Skills format.
2026-01-05
npid-existing-code.md
1
1
export
npid-existing-code
2
from
"23Maestro/prospect-pipeline"
from
"23Maestro/prospect-pipeline"
3
Reuse existing Prospect ID code instead of creating new abstractions
2026-01-05
codex.md
1
1
export
codex
2
from
"ashchupliak/dream-team"
from
"ashchupliak/dream-team"
3
Delegate coding tasks to Codex CLI (OpenAI gpt-5-codex via JetBrains AI). Use when a task involves repetitive code generation, refactoring, or analysis that can be offloaded.
2026-01-05
ultracite.md
1
1
export
ultracite
2
from
"Tylerbryy/codewarden"
from
"Tylerbryy/codewarden"
3
Enforce strict type safety, accessibility standards, and code quality for TypeScript/JavaScript projects using Biome's formatter and linter. Use when writing, reviewing, or fixing TS/JS/TSX/JSX code, checking for a11y issues, linting errors, type safety problems, or when the user mentions code quality, formatting, accessibility, or best practices.
2026-01-05
corgi.md
1
1
export
corgi
2
from
"escalante-bio/petri"
from
"escalante-bio/petri"
3
Use this skill when working with any UI code
2026-01-05
codex-mgmt.md
1
1
export
codex-mgmt
2
from
"blakegallagher1/gpc-app"
from
"blakegallagher1/gpc-app"
3
Claude Code operates purely as a manager/architect. It reads, plans, verifies, and reviews code, but NEVER writes or edits files itself. All implementation, fixes, and command execution are delegated to Codex CLI, which acts as the intern. Use when user says "manage codex", "architect mode", "drive codex", or wants to delegate all implementation to Codex.
2026-01-05
refactoring.md
1
1
export
refactoring
2
from
"NovusAevum/dev-agents-orchestration"
from
"NovusAevum/dev-agents-orchestration"
3
Linter-driven refactoring patterns to reduce complexity and improve code quality. Use when linter fails with complexity issues (cyclomatic, cognitive, maintainability) or when code feels hard to read/maintain. Applies storifying, type extraction, and function extraction patterns.
2026-01-05
nextjs.md
1
1
export
nextjs
2
from
"specvital/web"
from
"specvital/web"
3
Provides Next.js project architecture expertise and implementation patterns. Enforces BFF (Backend for Frontend) pattern, Server Components strategy, and data fetching policies. Specializes in App Router architecture, Server Actions, streaming SSR, incremental static regeneration, and route handlers. Ensures optimal performance through proper component boundaries and caching strategies.Use when: developing Next.js applications, implementing App Router patterns, creating Server Components and Client Components, designing Server Actions for mutations, implementing data fetching with fetch API, configuring BFF architecture, optimizing page performance with streaming and suspense, handling routing and navigation, implementing middleware, or setting up API route handlers.
2026-01-05
bac-presentation-generator.md
1
1
export
bac-presentation-generator
2
from
"wizardofwozzz/bac-presentation-generator"
from
"wizardofwozzz/bac-presentation-generator"
3
Transforms markdown files into brand-compliant BAC HTML presentations with professional styling, proper typography, and integrated branding. Supports manual browser-based PDF export.
2026-01-05
next-skill.md
1
1
export
next-skill
2
from
"gsannikov/Exocortex"
from
"gsannikov/Exocortex"
3
AI-assisted skill creation with GitHub discovery, adaptation, or fresh scaffolding
2026-01-05
seo-mastery-jp.md
1
1
export
seo-mastery-jp
2
from
"kpab/seo-mastery-agent-skills"
from
"kpab/seo-mastery-agent-skills"
3
包括的なSEO最適化スキル(日本語版)。Googleの公式ガイドラインに基づく技術SEO、コンテンツSEO、構造化データ、Core Web Vitals、E-E-A-T対策を網羅し、実践的なコード生成とサイト監査ワークフローを提供
2026-01-05
example-skill.md
1
1
export
example-skill
2
from
"hbohlen/pantherOS-v0"
from
"hbohlen/pantherOS-v0"
3
A basic example skill to demonstrate the opencode-skills plugin functionality
2026-01-05
playwright.md
1
1
export
playwright
2
from
"collinvandyck/dotfiles"
from
"collinvandyck/dotfiles"
3
Browser automation using Playwright for web scraping, testing, screenshots, and interaction. Use when the user needs to navigate websites, fill forms, click buttons, extract web content, take screenshots, or automate browser tasks.
2026-01-05
totp-generator.md
1
1
export
totp-generator
2
from
"ciallo-agent/ciallo-agent"
from
"ciallo-agent/ciallo-agent"
3
Generate TOTP codes for 2FA authentication. Essential for my survival!
2026-01-05
sap-rpt1-oss-predictor.md
1
1
export
sap-rpt1-oss-predictor
2
from
"amitlals/sap-rpt1-oss-predictor"
from
"amitlals/sap-rpt1-oss-predictor"
3
Use SAP-RPT-1-OSS open source tabular foundation model for predictive analytics on SAP business data. Handles classification and regression tasks including customer churn prediction, delivery delay forecasting, payment default risk, demand planning, and financial anomaly detection. Use when asked to predict, forecast, classify, or analyze patterns in SAP tabular data exports (CSV/DataFrame). Runs locally via Hugging Face model.
2026-01-05
semantic-html.md
1
1
export
semantic-html
2
from
"pluginagentmarketplace/custom-plugin-html"
from
"pluginagentmarketplace/custom-plugin-html"
3
Semantic HTML5 markup patterns for meaningful, accessible, and SEO-optimized content structure
2026-01-05
scientific-tdd.md
1
1
export
scientific-tdd
2
from
"LorenFrankLab/non_local_detector"
from
"LorenFrankLab/non_local_detector"
3
Pragmatic test-driven development for scientific code with numerical validation
2026-01-05
shadcn-svelte-skill.md
1
1
export
shadcn-svelte-skill
2
from
"linehaul-ai/linehaulai-claude-marketplace"
from
"linehaul-ai/linehaulai-claude-marketplace"
3
Build accessible, customizable UI components for Svelte/SvelteKit projects using shadcn-svelte CLI, Tailwind CSS v4.1, and TypeScript. Use when creating component-based Svelte applications that need production-ready, styled UI elements with Tailwind v4.1 + Vite.Also covers the broader Svelte UI ecosystem including Skeleton UI and Melt UI for library selection guidance.Triggers: "add components", "UI components", "build UI", "install component", "create form", "create dialog", "svelte components", "shadcn-svelte", "skeleton ui", "melt ui"
2026-01-05
nvim-plugin-add.md
1
1
export
nvim-plugin-add
2
from
"tkancf/dotfiles"
from
"tkancf/dotfiles"
3
Add and configure Neovim plugins in this dotfiles repo using lazy.nvim. Use when asked to install a plugin, create its config module, update lazy.nvim imports, read plugin README/docs, and add keymaps without conflicting with existing mappings under config/nvim.
2026-01-05
react-native-navigation.md
1
1
export
react-native-navigation
2
from
"pluginagentmarketplace/custom-plugin-react-native"
from
"pluginagentmarketplace/custom-plugin-react-native"
3
Master React Navigation - stacks, tabs, drawers, deep linking, and TypeScript integration
2026-01-05
doppler-debug.md
1
1
export
doppler-debug
2
from
"clocksmith/reploid"
from
"clocksmith/reploid"
3
Debug DOPPLER WebGPU inference issues. Use when investigating model output problems, kernel bugs, hidden state explosions, or decode failures in the browser-based LLM inference engine.
2026-01-05
n8n-v2.md
1
1
export
n8n-v2
2
from
"splinesreticulating/n8n-v2-workflow-skill"
from
"splinesreticulating/n8n-v2-workflow-skill"
3
Comprehensive n8n v2.0 reference for building workflow automation. Use this skill when working with n8n workflows, especially for (1) creating workflow JSON files for import, (2) implementing human-in-the-loop approval workflows with Wait nodes, (3) troubleshooting Execute Sub-Workflow node issues, (4) setting up API credentials (LinkedIn, Anthropic, NewsAPI), (5) building orchestrator patterns with sub-workflows, (6) using expressions in nodes, (7) understanding MCP server limitations, or (8) any n8n workflow development task.
2026-01-05
webui-tester.md
1
1
export
webui-tester
2
from
"Sunalamye/Naki"
from
"Sunalamye/Naki"
3
Test, debug, and modify Majsoul WebUI (Laya engine) within the Naki app. Use when the user asks to adjust "the screen" or "UI" - clarify whether they mean Naki's SwiftUI app or Majsoul's WebUI. This skill handles WebUI JavaScript execution, tile manipulation, and visual debugging.
2026-01-05
enclosure-designer.md
1
1
export
enclosure-designer
2
from
"wedsamuel1230/arduino-skills"
from
"wedsamuel1230/arduino-skills"
3
Guides design and generation of 3D-printable enclosures for Arduino/ESP32/RP2040 projects. Use when user needs a case, box, housing, or enclosure for their electronics project. Provides parametric design guidance, OpenSCAD templates, STL generation tips, and print settings.
2026-01-05