Browse Skills

44915 skills found

fonts.md
6
1 export fonts
2 JacbK from "JacbK/persona"
3 Reference for selecting distinctive typography. Includes font recommendations by vibe, category, archetype, and pairing guidelines for Next.js projects.
2026-01-05
dev-swarm-architecture.md
6
1 export dev-swarm-architecture
2 X-School-Academy from "X-School-Academy/ai-dev-swarm"
3 Design system architecture including components, data flow, and deployment boundaries. Use when user asks to design architecture, create architecture diagrams, or start Stage 6 after UX design.
2026-01-05
tfc-plan-json.md
6
1 export tfc-plan-json
2 laurigates from "laurigates/dotfiles"
3 Download and analyze structured Terraform plan JSON output from Terraform Cloud. Use when analyzing resource changes, diffing infrastructure, or programmatically inspecting plan details. Requires TFE_TOKEN environment variable.
2026-01-05
mojo-simd-optimize.md
6
1 export mojo-simd-optimize
2 mvillmow from "mvillmow/ml-odyssey"
3 Apply SIMD optimizations to Mojo code for parallel computation. Use when optimizing performance-critical tensor and array operations.
2026-01-05
nextjs-motion-animations.md
6
1 export nextjs-motion-animations
2 jakmaz from "jakmaz/dotfiles"
3 Motion-based animation system for Next.js with performance-optimized patterns
2026-01-05
shannot.md
6
1 export shannot
2 corv89 from "corv89/shannot"
3 Run diagnostic scripts in sandbox with human approval (MCP tool)
2026-01-05
nix.md
6
1 export nix
2 srid from "srid/AI"
3 Expert Nix development assistance. Use when working with Nix code, .nix files, flakes, NixOS configuration, or when user mentions Nix, flake-parts, nixpkgs.
2026-01-05
reactive-ui-patterns.md
6
1 export reactive-ui-patterns
2 spences10 from "spences10/devhub-crm"
3 Remote functions reactive UI patterns. Use for smooth in-place updates, preventing page jumps, and managing loading states with .current property.
2026-01-05
understanding-konflux-resources.md
6
1 export understanding-konflux-resources
2 konflux-ci from "konflux-ci/skills"
3 Use when user asks about Konflux resources, Custom Resources, Applications, Components, Snapshots, IntegrationTestScenarios, ReleasePlans, ReleasePlanAdmissions, or namespace placement. Provides quick reference for what Konflux resources are, who creates them, and where they belong (tenant vs managed namespace).
2026-01-05
session-startup.md
6
1 export session-startup
2 jkomoros from "jkomoros/community-patterns"
3 Session initialization sequence for community-patterns development. Use at the start of every Claude Code session. Checks for upstream updates, loads workspace configuration, and ensures dev servers are running.
2026-01-05
dart-set-widget-selection-mode.md
6
1 export dart-set-widget-selection-mode
2 X-School-Academy from "X-School-Academy/ai-dev-swarm"
3 To enable or disable widget selection mode in a running Flutter app, set selection mode after connecting to the Dart Tooling Daemon.
2026-01-05
typescript-type-safety.md
6
1 export typescript-type-safety
2 marcioaltoe from "marcioaltoe/claude-craftkit"
3 TypeScript type safety including type guards and advanced type system features. **ALWAYS use when writing ANY TypeScript code (frontend AND backend)** to ensure strict type safety, avoid `any` types, and leverage the type system. Examples - "create function", "implement class", "define interface", "type guard", "discriminated union", "type narrowing", "conditional types", "handle unknown types".
2026-01-05
git-commit-workflow.md
6
1 export git-commit-workflow
2 laurigates from "laurigates/dotfiles"
3 Commit message conventions, staging practices, and commit best practices.Covers conventional commits, explicit staging workflow, logical change grouping,and humble fact-based communication style.Use when user mentions committing changes, writing commit messages, git add,git commit, staging files, or conventional commit format.
2026-01-05
background-process-get-process-output.md
6
1 export background-process-get-process-output
2 X-School-Academy from "X-School-Academy/ai-dev-swarm"
3 To read logs from a managed background process, fetch recent output (head or tail) for a process so you can inspect its stdout/stderr.
2026-01-05
colors.md
6
1 export colors
2 JacbK from "JacbK/persona"
3 Reference guide for portfolio color palettes. Includes quick vibe lookup, full palettes, and application guidelines using the 60-30-10 rule.
2026-01-05
python-testing.md
6
1 export python-testing
2 laurigates from "laurigates/dotfiles"
3 Python testing with pytest, coverage, fixtures, parametrization, and mocking.Covers test organization, conftest.py, markers, async testing, and TDD workflows.Use when user mentions pytest, unit tests, test coverage, fixtures, mocking,or writing Python tests.
2026-01-05
write-back-testing.md
6
1 export write-back-testing
2 databrickslabs from "databrickslabs/lakeflow-community-connectors"
3 Implement test utilities that write test data to the source system and validate end-to-end read cycles.
2026-01-05
check-visual-test-status.md
6
1 export check-visual-test-status
2 vizzly-testing from "vizzly-testing/cli"
3 Check the status of Vizzly visual regression tests. Use when the user asks about test status, test results, what's failing, how tests are doing, or wants a summary of visual tests. Works with both local TDD and cloud modes.
2026-01-05
swift-development.md
6
1 export swift-development
2 hmohamed01 from "hmohamed01/swift-development"
3 Comprehensive Swift development for building, testing, and deploying iOS/macOS applications. Use when Claude needs to: (1) Build Swift packages or Xcode projects from command line, (2) Run tests with XCTest or Swift Testing framework, (3) Manage iOS simulators with simctl, (4) Handle code signing, provisioning profiles, and app distribution, (5) Format or lint Swift code with SwiftFormat/SwiftLint, (6) Work with Swift Package Manager (SPM), (7) Implement Swift 6 concurrency patterns (async/await, actors, Sendable), (8) Create SwiftUI views with MVVM architecture, (9) Set up Core Data or SwiftData persistence, or any other Swift/iOS/macOS development tasks.
2026-01-05
hive-project-management.md
6
1 export hive-project-management
2 intertwine from "intertwine/hive-orchestrator"
3 Manage Agent Hive projects using AGENCY.md files. Use this skill when creating, updating, or working with AGENCY.md project files, managing project metadata (status, owner, blocked, priority), marking tasks complete, adding agent notes, or understanding the Agent Hive shared memory system.
2026-01-05
mcp-chrome-devtools.md
6
1 export mcp-chrome-devtools
2 s-hiraoku from "s-hiraoku/vscode-sidebar-terminal"
3 This skill provides guidance for using Chrome DevTools MCP for browser debugging and automation. Use when debugging web pages, analyzing performance, inspecting network requests, viewing console messages, or interacting with Chrome DevTools features programmatically.
2026-01-05
type-driven-development.md
6
1 export type-driven-development
2 OutlineDriven from "OutlineDriven/odin-claude-plugin"
3 Run validation-first Idris 2 workflows with tiered commands (CHECK/VALIDATE/GENERATE/REMEDIATE) and strict exit codes. Comprehensive skill handling both design (planning) and execution (verification) through dependent types.
2026-01-05
update-changelog.md
6
1 export update-changelog
2 Wizard1209 from "Wizard1209/letta-client-bot"
3 Updates notes/changelog.md based on git history. Use when user says "update changelog", "changelog entry", "release version", "release X.Y.Z", or runs /update-changelog.
2026-01-05
review-pr-changes.md
6
1 export review-pr-changes
2 mvillmow from "mvillmow/ml-odyssey"
3 Review PR changes with structured checklist for quality and standards compliance. Use for comprehensive PR code review.
2026-01-05