Browse Skills
20307 skills found
ln-340-story-quality-gate.md
13
1
export
ln-340-story-quality-gate
2
from
"levnikolaevich/claude-code-skills"
from
"levnikolaevich/claude-code-skills"
3
Story-level quality orchestrator. Pass 1: code quality -> regression -> manual testing (fail fast). Pass 2: verify tests/coverage -> mark Story Done. Auto-discovers team/config.
2026-01-21
error-tracking.md
13
1
export
error-tracking
2
from
"sgcarstrends/sgcarstrends"
from
"sgcarstrends/sgcarstrends"
3
Track errors with CloudWatch Logs, implement structured logging, and monitor application health. Use when debugging production issues, investigating errors, or improving observability.
2026-01-21
clean-comments.md
13
1
export
clean-comments
2
from
"sorryhyun/DiPeO"
from
"sorryhyun/DiPeO"
3
Remove unnecessary, redundant, or obvious code comments while preserving valuable explanations. Use when cleaning up comments, removing verbose documentation, simplifying inline comments, or preparing code for review.
2026-01-05
configure-git-webserver.md
13
1
export
configure-git-webserver
2
from
"letta-ai/skills"
from
"letta-ai/skills"
3
Guidance for setting up Git repositories with automatic web deployment via post-receive hooks. This skill applies when configuring bare Git repositories, setting up web servers to serve pushed content, creating Git hooks for deployment automation, or implementing push-to-deploy workflows.
2026-01-21
ln-371-test-business-logic-auditor.md
13
1
export
ln-371-test-business-logic-auditor
2
from
"levnikolaevich/claude-code-skills"
from
"levnikolaevich/claude-code-skills"
3
Business Logic Focus audit worker (L3). Detects tests that validate framework/library behavior (Prisma, Express, bcrypt, JWT, axios, React hooks) instead of OUR code. Returns findings with REMOVE decisions.
2026-01-21
rstan-to-pystan.md
13
1
export
rstan-to-pystan
2
from
"letta-ai/skills"
from
"letta-ai/skills"
3
This skill provides guidance for translating RStan (R-based Stan interface) code to PyStan (Python-based Stan interface). It should be used when converting Stan models from R to Python, migrating Bayesian inference workflows between languages, or adapting R data preparation logic to Python equivalents.
2026-01-21
regex-log.md
13
1
export
regex-log
2
from
"letta-ai/skills"
from
"letta-ai/skills"
3
Guidance for extracting structured data from log files using regular expressions. This skill applies when parsing logs to extract dates, IP addresses, timestamps, or other structured patterns, especially when multiple conditions must be combined (e.g., "find the last date on lines containing an IP"). Use this skill for complex regex construction involving lookaheads, anchors, and pattern composition.
2026-01-21
test-driven-development.md
13
1
export
test-driven-development
2
from
"withzombies/hyperpowers"
from
"withzombies/hyperpowers"
3
Use when implementing features or fixing bugs - enforces RED-GREEN-REFACTOR cycle requiring tests to fail before writing code
2026-01-21
code-story.md
13
1
export
code-story
2
from
"majesticlabs-dev/majestic-marketplace"
from
"majesticlabs-dev/majestic-marketplace"
3
Narrative templates for git history documentation. Used by /git:code-story command.
2026-01-22
brainstorming.md
13
1
export
brainstorming
2
from
"majesticlabs-dev/majestic-marketplace"
from
"majesticlabs-dev/majestic-marketplace"
3
Use when creating or developing, before writing code or implementation plans - refines rough ideas into fully-formed designs through collaborative questioning, alternative exploration, and incremental validation. Don't use during clear 'mechanical' processes
2026-01-22
extern-researcher.md
13
1
export
extern-researcher
2
from
"malhashemi/dotfiles"
from
"malhashemi/dotfiles"
3
Research external open-source repositories to learn patterns and implementations.
This skill should be used when agents need to study external codebases, check for
existing research before cloning, manage temporary workspaces, and persist findings
to the global thoughts system. Triggers include: studying external repos, learning
from open source, cloning for pattern research, or checking what has been researched.
2026-01-05
gpt2-codegolf.md
13
1
export
gpt2-codegolf
2
from
"letta-ai/skills"
from
"letta-ai/skills"
3
Guidance for implementing minimal GPT-2 inference in constrained environments (code golf challenges). This skill should be used when implementing neural network inference from scratch, parsing binary checkpoint formats, implementing BPE tokenization, or working on code golf challenges involving ML models. Covers verification strategies and common pitfalls for checkpoint parsing and model inference.
2026-01-21
heroui-recommender.md
13
1
export
heroui-recommender
2
from
"sgcarstrends/sgcarstrends"
from
"sgcarstrends/sgcarstrends"
3
Recommend appropriate HeroUI components for new features and ensure proper usage. Use when implementing new UI features or migrating from shadcn/ui to HeroUI.
2026-01-21
circuit-fibsqrt.md
13
1
export
circuit-fibsqrt
2
from
"letta-ai/skills"
from
"letta-ai/skills"
3
Guidance for building digital logic circuits that compute composite functions like Fibonacci of integer square root. This skill applies when implementing combinational and sequential logic in gate-level simulators, particularly when combining algorithms (like isqrt and Fibonacci) under resource constraints (gate counts, simulation steps). Use for circuit synthesis, HDL-style logic design, or gate-level algorithm implementation tasks.
2026-01-21
active-job-coder.md
13
1
export
active-job-coder
2
from
"majesticlabs-dev/majestic-marketplace"
from
"majesticlabs-dev/majestic-marketplace"
3
Use when creating or refactoring Active Job background jobs. Applies Rails 8 conventions, Solid Queue patterns, error handling, retry strategies, and job design best practices.
2026-01-22
multi-source-data-merger.md
13
1
export
multi-source-data-merger
2
from
"letta-ai/skills"
from
"letta-ai/skills"
3
This skill provides guidance for merging data from multiple heterogeneous sources (CSV, JSON, Parquet, XML, etc.) into unified output formats with conflict detection and resolution. Use when tasks involve combining data from different file formats, field mapping between schemas, priority-based conflict resolution, or generating merged datasets with conflict reports.
2026-01-21
make-doom-for-mips.md
13
1
export
make-doom-for-mips
2
from
"letta-ai/skills"
from
"letta-ai/skills"
3
Guidance for cross-compiling complex C programs (like Doom) to run on custom MIPS virtual machines or emulators. This skill should be used when tasked with building software for non-standard MIPS targets that use custom syscall interfaces, require freestanding compilation (-nostdlib), or involve running binaries in JavaScript/custom VM environments.
2026-01-21
compile-compcert.md
13
1
export
compile-compcert
2
from
"letta-ai/skills"
from
"letta-ai/skills"
3
Guide for building CompCert, the formally verified C compiler, from source. This skill should be used when compiling, building, or installing CompCert, or when working with Coq-based software that has strict dependency version requirements. Covers OCaml/opam setup, Coq version compatibility, memory management, and common build pitfalls.
2026-01-21
hf-model-inference.md
13
1
export
hf-model-inference
2
from
"letta-ai/skills"
from
"letta-ai/skills"
3
Guidance for deploying HuggingFace models as inference APIs/services. This skill applies when tasks involve downloading pre-trained models from HuggingFace Hub, creating REST APIs for model inference, building Flask/FastAPI services around ML models, or setting up sentiment analysis, text classification, or other NLP inference endpoints.
2026-01-21
Test Coverage Guardian.md
13
1
export
Test Coverage Guardian
2
from
"sunholo-data/ailang"
from
"sunholo-data/ailang"
3
Analyze test coverage, identify gaps, detect dead code, and improve test quality. Use when user asks to check coverage, review tests, find untested code, or improve test robustness.
2026-01-21
Cloud Environment Setup.md
13
1
export
Cloud Environment Setup
2
from
"sunholo-data/ailang"
from
"sunholo-data/ailang"
3
Set up Claude Code cloud/mobile environments for AILANG development. Use when starting a new cloud session, when tools are missing (Go, make, gh), or when user says "setup cloud", "setup environment", or mentions mobile Claude Code.
2026-01-21
ln-369-lifecycle-auditor.md
13
1
export
ln-369-lifecycle-auditor
2
from
"levnikolaevich/claude-code-skills"
from
"levnikolaevich/claude-code-skills"
3
Application lifecycle audit worker (L3). Checks bootstrap initialization order, graceful shutdown, resource cleanup, signal handling, liveness/readiness probes. Returns findings with severity, location, effort, recommendations.
2026-01-21
onepassword-cli-coder.md
13
1
export
onepassword-cli-coder
2
from
"majesticlabs-dev/majestic-marketplace"
from
"majesticlabs-dev/majestic-marketplace"
3
This skill guides integrating 1Password CLI (op) for secret management in development workflows. Use when loading secrets for infrastructure, deployments, or local development.
2026-01-22
regex-chess.md
13
1
export
regex-chess
2
from
"letta-ai/skills"
from
"letta-ai/skills"
3
Guidance for generating legal chess moves using only regex pattern matching and substitution. This skill applies when implementing chess move generators constrained to regex-only solutions, FEN notation parsing/manipulation, or similar pattern-matching-based board game logic. Use this skill for tasks requiring regex-based state transformations on structured string representations.
2026-01-21