Browse Skills
2962 skills found
add-language.md
2
1
export
add-language
2
from
"bartolli/codanna-profiles"
from
"bartolli/codanna-profiles"
3
Guide for implementing a new language parser in Codanna. Use when adding language support, implementing parsers, or extending language capabilities. Covers the six-file architecture (mod.rs, definition.rs, parser.rs, behavior.rs, resolution.rs, audit.rs), trait implementation patterns, resolution scope design, and integration workflow. Triggers on requests to add language support, implement new parser, extend language capabilities, or create language implementation.
2026-01-05
coverport-integration.md
2
1
export
coverport-integration
2
from
"konflux-ci/coverport"
from
"konflux-ci/coverport"
3
Integrate coverport into Go repositories with Tekton pipelines to enable e2e test coverage collection and upload to Codecov. Use this skill when users ask to integrate coverport, add e2e coverage tracking, or set up coverage instrumentation for Go projects.
2026-01-05
prepare-release.md
2
1
export
prepare-release
2
from
"Agent-CI/agentexec"
from
"Agent-CI/agentexec"
3
Prepare a new release by updating CHANGELOG.md with changes since the last tag and bumping version numbers in pyproject.toml and ui/package.json
2026-01-05
config-validator.md
2
1
export
config-validator
2
from
"sovrium/sovrium"
from
"sovrium/sovrium"
3
Validates eslint.config.ts and tsconfig.json against documented architecture patterns and infrastructure requirements. Checks ESLint plugin configurations, TypeScript strict mode, FP enforcement, layer boundaries, and alignment with docs/architecture/ and docs/infrastructure/. Use when user requests "validate config", "check eslint", "verify typescript settings", or mentions config audits.
2026-01-05
django-redis-caching.md
1
1
export
django-redis-caching
2
from
"kettleofketchup/dota_tournament"
from
"kettleofketchup/dota_tournament"
3
Django Redis caching with django-cacheops. This skill should be used when implementing caching, adding cache invalidation, optimizing API performance, modifying models that affect cached data, or debugging cache-related issues in the Django backend.
2026-01-05
worktree-manager.md
1
1
export
worktree-manager
2
from
"zircote/claude-spec"
from
"zircote/claude-spec"
3
Create, manage, and cleanup git worktrees with Claude Code agents across all projects. USE THIS SKILL when user says "create worktree", "spin up worktrees", "new worktree for X", "worktree status", "cleanup worktrees", or wants parallel development branches. Handles worktree creation, dependency installation, validation, agent launching, and global registry management.
2026-01-05
databricks-apps-cookie-auth.md
1
1
export
databricks-apps-cookie-auth
2
from
"hurtener/penguiflow"
from
"hurtener/penguiflow"
3
Guide for authenticating with Databricks Apps using cookie-based auth when OAuth/PAT tokens don't work. Use when connecting to Databricks Apps with User Authorization enabled.
2026-01-05
dev-browser.md
1
1
export
dev-browser
2
from
"wrsmith108/dev-browser-claude-skill"
from
"wrsmith108/dev-browser-claude-skill"
3
Browser automation with persistent page state. Use when users ask to navigate websites, fill forms, take screenshots, extract web data, test web apps, or automate browser workflows. Trigger phrases include "go to [url]", "click on", "fill out the form", "take a screenshot", "scrape", "automate", "test the website", "log into", or any browser interaction request.
2026-01-05
plausible-insights.md
1
1
export
plausible-insights
2
from
"alexanderop/claude-plausible-analytics"
from
"alexanderop/claude-plausible-analytics"
3
Use when analyzing website traffic, investigating SEO issues, diagnosing high bounce rates, evaluating content performance, or optimizing site conversions - proactive SEO consultant with Plausible Analytics access that investigates patterns, fetches actual page content, and provides specific actionable recommendations based on real data analysis
2026-01-05
logseq-outline.md
1
1
export
logseq-outline
2
from
"kerim/logseq-outline-skill"
from
"kerim/logseq-outline-skill"
3
Format any content as a Logseq-compatible outline using nested bullets (no markdown headers, no bold). Works in both Claude Code and Claude Desktop.
2026-01-05
omnistrate-solutions-architect.md
1
1
export
omnistrate-solutions-architect
2
from
"omnistrate-community/kubecon-2025-agent-template"
from
"omnistrate-community/kubecon-2025-agent-template"
3
Guide users through designing application architectures from scratch for SaaS deployment on Omnistrate. Focuses on technology selection, domain-specific architecture patterns, compliance and SLA requirements, and iterative compose spec development. The output is a production-ready compose spec that can be handed off to the FDE skill for Omnistrate-native onboarding.
2026-01-05
east.md
1
1
export
east
2
from
"elaraai/east"
from
"elaraai/east"
3
East programming language - a statically typed, expression-based language embedded in TypeScript. Use when writing East programs with @elaraai/east. Triggers for: (1) Writing East functions with East.function() or East.asyncFunction(), (2) Defining types (IntegerType, StringType, ArrayType, StructType, VariantType, etc.), (3) Using platform functions with East.platform() or East.asyncPlatform(), (4) Compiling East programs with East.compile(), (5) Working with East expressions (arithmetic, collections, control flow), (6) Serializing East IR with .toIR() and EastIR.fromJSON(), (7) Standard library operations (formatting, rounding, generation).
2026-01-05
memory-reflection.md
1
1
export
memory-reflection
2
from
"hughescr/isambard"
from
"hughescr/isambard"
3
This skill should be used when the user asks to review, consolidate, organize, or clean up memories. Triggers on requests like "review what you remember," "consolidate my memories," "what patterns do you notice," "organize your memory," "perform memory maintenance," or "clean up old memories." Also use proactively during long sessions to maintain memory hygiene and prevent context overload.
2026-01-05
firefox-bookmarks.md
1
1
export
firefox-bookmarks
2
from
"dreikanter/dotfiles"
from
"dreikanter/dotfiles"
3
Analyze Firefox bookmarks and tags directly from the places.sqlite database. Extract recent bookmarks, analyze tag popularity, find bookmark statistics, and explore bookmark metadata. Use when working with Firefox bookmarks, analyzing bookmark usage, organizing tags, or extracting bookmark data from Firefox profiles.
2026-01-05
perigon-agent.md
1
1
export
perigon-agent
2
from
"AterDev/Perigon.template"
from
"AterDev/Perigon.template"
3
Pointers for Copilot/agents to apply Perigon conventions
2026-01-05
rules-migration.md
1
1
export
rules-migration
2
from
"lisaross/claude-code-plugins"
from
"lisaross/claude-code-plugins"
3
MIGRATE CLAUDE.md into modular `.claude/rules/` directory structure following Claude Code's rules system. Converts monolithic CLAUDE.md into organized, path-specific rule files with glob patterns. Use when migrating to rules system, modularizing project instructions, splitting CLAUDE.md, organizing memory files. Triggers on "migrate claudemd to rules", "convert claude.md to rules", "modularize claude.md", "split claude.md into rules", "migrate to rules system".
2026-01-05
aoc-daily-solver.md
1
1
export
aoc-daily-solver
2
from
"ejfn/advent-of-code"
from
"ejfn/advent-of-code"
3
Automate Advent of Code daily puzzle solving - fetch puzzle, implement solution, test, and submit answers
2026-01-05
writing.md
1
1
export
writing
2
from
"edwinhu/claude-code-writing-skill"
from
"edwinhu/claude-code-writing-skill"
3
Assists with writing and editing general prose using Strunk & White's Elements of Style and Wikipedia's AI writing detection guide. Use when composing articles, blog posts, or editing text for clarity and authenticity.
2026-01-05
tailwind.md
1
1
export
tailwind
2
from
"upamune/radicaster"
from
"upamune/radicaster"
3
TAILWIND documentation assistant
2026-01-05
frontend-design.md
1
1
export
frontend-design
2
from
"Mahir-Isikli/dispatch-112"
from
"Mahir-Isikli/dispatch-112"
3
Create distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
2026-01-05
create-skill.md
1
1
export
create-skill
2
from
"shawnrushefsky/claude-template"
from
"shawnrushefsky/claude-template"
3
Create new Claude Code skills. Use when the user wants to create a skill, make a skill, add a skill, write a skill, or build a skill for Claude Code.
2026-01-05
skill-creator.md
1
1
export
skill-creator
2
from
"thrawny/dotfiles"
from
"thrawny/dotfiles"
3
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.
2026-01-05
ai-writing-detection.md
1
1
export
ai-writing-detection
2
from
"mike-coulbourn/content-lab"
from
"mike-coulbourn/content-lab"
3
Comprehensive AI writing detection patterns and methodology. Provides vocabulary lists, structural patterns, model-specific fingerprints, and false positive prevention guidance. Use when analyzing text for AI authorship or understanding detection patterns.
2026-01-05
revealjs.md
1
1
export
revealjs
2
from
"ryanbbrown/revealjs-skill"
from
"ryanbbrown/revealjs-skill"
3
Create polished, professional reveal.js presentations. Use when the user asks to create slides, a presentation, a deck, or a slideshow. Supports themes, multi-column layouts, callout boxes, code highlighting, animations, speaker notes, and custom styling. Generates HTML + CSS with no build step required.
2026-01-05