Browse Skills

22656 skills found

tekton.md
14
1 export tekton
2 vdemeester from "vdemeester/home"
3 Tekton Pipelines CI/CD best practices for Kubernetes-native workflows. USE WHEN working with Tekton tasks, pipelines, triggers, building container images, GitOps integration, or cloud-native CI/CD.
2026-01-05
fix-reporter.md
13
1 export fix-reporter
2 majesticlabs-dev from "majesticlabs-dev/majestic-marketplace"
3 Capture solved problems as categorized documentation with YAML frontmatter for fast lookup
2026-01-22
inertia-coder.md
13
1 export inertia-coder
2 majesticlabs-dev from "majesticlabs-dev/majestic-marketplace"
3 Build modern SPAs with Inertia.js and Rails using React, Vue, or Svelte. Use when creating Inertia pages, handling forms with useForm, managing shared props, or implementing client-side routing. Triggers on Inertia.js setup, SPA development, or React/Vue/Svelte with Rails.
2026-01-22
compile-compcert.md
13
1 export compile-compcert
2 letta-ai from "letta-ai/skills"
3 Guidance for building CompCert, a formally verified C compiler. This skill applies when tasks involve compiling CompCert from source, setting up Coq/OCaml environments with opam, or building software with strict proof assistant dependencies. Use for CompCert compilation, Coq-dependent project builds, or formal verification toolchain setup.
2026-01-21
xlsx.md
13
1 export xlsx
2 lawvable from "lawvable/awesome-legal-skills"
3 Comprehensive spreadsheet creation, editing, and analysis with support for formulas, formatting, data analysis, and visualization. When Claude needs to work with spreadsheets (.xlsx, .xlsm, .csv, .tsv, etc) for: (1) Creating new spreadsheets with formulas and formatting, (2) Reading or analyzing data, (3) Modify existing spreadsheets while preserving formulas, (4) Data analysis and visualization in spreadsheets, or (5) Recalculating formulas
2026-01-21
ln-330-story-executor.md
13
1 export ln-330-story-executor
2 levnikolaevich from "levnikolaevich/claude-code-skills"
3 Orchestrates Story tasks. Prioritizes To Review -> To Rework -> Todo, delegates to ln-331/ln-333/ln-334, hands Story quality to ln-340. Metadata-only loading up front.
2026-01-21
build-cython-ext.md
13
1 export build-cython-ext
2 letta-ai from "letta-ai/skills"
3 Guidance for building and fixing Cython extensions, particularly for numpy compatibility issues. This skill should be used when tasks involve compiling Cython code, fixing deprecated numpy type errors, or resolving compatibility issues between Cython extensions and modern numpy versions (2.0+).
2026-01-21
ln-150-presentation-creator.md
13
1 export ln-150-presentation-creator
2 levnikolaevich from "levnikolaevich/claude-code-skills"
3 Builds interactive HTML presentation with 6 tabs (Overview, Requirements, Architecture/C4, Tech Spec, Roadmap, Guides). Creates presentation/README.md hub. L2 Worker under ln-100-documents-pipeline.
2026-01-21
Prompt Manager.md
13
1 export Prompt Manager
2 sunholo-data from "sunholo-data/ailang"
3 Optimize and manage AILANG teaching prompts for maximum conciseness and accuracy. Use when user asks to create/update prompts, optimize prompt length, or verify prompt accuracy.
2026-01-21
regex-chess.md
13
1 export regex-chess
2 letta-ai from "letta-ai/skills"
3 Guidance for implementing chess move generation using only regular expressions. This skill applies to tasks requiring encoding game logic (chess, board games) into regex patterns, or more generally "compile-to-constraints" problems where complex business logic must be expressed in a limited formalism like regex. Use when the task involves generating legal moves, validating game states, or transforming position representations using pattern matching.
2026-01-21
strategic-planning.md
13
1 export strategic-planning
2 majesticlabs-dev from "majesticlabs-dev/majestic-marketplace"
3 Build strategic plans for business goals. Creates one-page briefs with core objective, key milestones, leverage points, and risks. Use when setting direction, pitching initiatives, or aligning teams around a goal.
2026-01-22
AILANG Post-Release Tasks.md
13
1 export AILANG Post-Release Tasks
2 sunholo-data from "sunholo-data/ailang"
3 Run automated post-release workflow (eval baselines, dashboard, docs) for AILANG releases. Executes 46-benchmark suite (medium/hard/stretch) + full standard eval with validation and progress reporting. Use when user says "post-release tasks for vX.X.X" or "update dashboard". Fully autonomous with pre-flight checks.
2026-01-21
mailman.md
13
1 export mailman
2 letta-ai from "letta-ai/skills"
3 Guidance for setting up and configuring mailing list servers with Postfix and Mailman3. This skill should be used when tasks involve configuring email servers, mailing list management, LMTP integration, or mail delivery pipelines. Applies to tasks requiring Postfix-Mailman integration, subscription workflows, or email broadcast functionality.
2026-01-21
working-off-of-todo-files.md
13
1 export working-off-of-todo-files
2 kurko from "kurko/dotfiles"
3 Use when the user asks you to interact, work, read, create or update tasks in ai-notes/**/*/todo.{md,txt} files, or when user asks you to look at the "todo file".
2026-01-22
mailman.md
13
1 export mailman
2 letta-ai from "letta-ai/skills"
3 Guidance for setting up mailing list servers with Postfix and Mailman3. This skill should be used when configuring email infrastructure, integrating Mailman3 with Postfix MTA, creating mailing lists, or troubleshooting mail delivery issues.
2026-01-21
Model Manager.md
13
1 export Model Manager
2 sunholo-data from "sunholo-data/ailang"
3 Test, validate, and add new AI models to the eval suite. Use when user asks to add new models, test model access, check pricing, or update models.yml.
2026-01-21
pytorch-model-recovery.md
13
1 export pytorch-model-recovery
2 letta-ai from "letta-ai/skills"
3 This skill should be used when reconstructing PyTorch models from weight files (state dictionaries), checkpoint files, or partial model artifacts. It applies when the agent needs to infer model architecture from saved weights, rebuild models without original source code, or recover models from corrupted/incomplete saves. Use this skill for tasks involving torch.load, state_dict reconstruction, architecture inference, or model recovery in CPU-constrained environments.
2026-01-21
prove-plus-comm.md
13
1 export prove-plus-comm
2 letta-ai from "letta-ai/skills"
3 Guidance for proving mathematical properties in Coq using induction, specifically addition commutativity and similar arithmetic lemmas. This skill should be used when working with Coq proof assistants to complete induction proofs, fill in proof cases, or apply standard library lemmas like plus_n_O and plus_n_Sm.
2026-01-21
gem-builder.md
13
1 export gem-builder
2 majesticlabs-dev from "majesticlabs-dev/majestic-marketplace"
3 Comprehensive guide for building production-quality Ruby gems. Use when creating new gems, structuring gem architecture, implementing configuration patterns, setting up testing, or preparing for publishing. Covers all gem types - libraries, CLI tools, Rails engines, and API clients.
2026-01-22
cloud-init-coder.md
13
1 export cloud-init-coder
2 majesticlabs-dev from "majesticlabs-dev/majestic-marketplace"
3 This skill guides writing cloud-init configurations for VM provisioning. Use when creating user_data blocks in Terraform/OpenTofu, or cloud-init YAML for AWS, DigitalOcean, GCP, or Azure instances.
2026-01-22
pypi-server.md
13
1 export pypi-server
2 letta-ai from "letta-ai/skills"
3 Guidance for creating Python packages and serving them via a local PyPI server. This skill applies when tasks involve building Python packages (with pyproject.toml or setup.py), setting up local package repositories, or serving packages via HTTP for pip installation. Use when the goal is to create installable Python packages and make them available through a local index URL.
2026-01-21
pytorch-model-cli.md
13
1 export pytorch-model-cli
2 letta-ai from "letta-ai/skills"
3 Guidance for implementing CLI tools that perform inference using PyTorch models in native languages (C/C++/Rust). This skill should be used when tasks involve extracting weights from PyTorch .pth files, implementing neural network forward passes in C/C++, or creating standalone inference tools without Python dependencies.
2026-01-21
aws-monitoring.md
13
1 export aws-monitoring
2 sgcarstrends from "sgcarstrends/sgcarstrends"
3 Debug AWS resource issues, check Lambda logs, and monitor deployed services. Use when investigating production issues, checking CloudWatch logs, or debugging deployment failures.
2026-01-21
writing-plans.md
13
1 export writing-plans
2 withzombies from "withzombies/hyperpowers"
3 Use to expand bd tasks with detailed implementation steps - adds exact file paths, complete code, verification commands assuming zero context
2026-01-21