Browse Skills
44756 skills found
document-review.md
13
1
export
document-review
2
from
"majesticlabs-dev/majestic-marketplace"
from
"majesticlabs-dev/majestic-marketplace"
3
Review legal documents as an experienced attorney. Analyzes contracts, ToS, privacy policies, NDAs, and corporate docs section-by-section. Identifies risks, gaps, and unfavorable terms with specific replacement text for problematic clauses.
2026-01-22
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-375-test-isolation-auditor.md
13
1
export
ln-375-test-isolation-auditor
2
from
"levnikolaevich/claude-code-skills"
from
"levnikolaevich/claude-code-skills"
3
Test Isolation + Anti-Patterns audit worker (L3). Checks isolation (APIs/DB/FS/Time/Random/Network), determinism (flaky, order-dependent), and 6 anti-patterns.
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
create-plan.md
13
1
export
create-plan
2
from
"inspirepan/klaude-code"
from
"inspirepan/klaude-code"
3
Create a concise plan. Use when a user explicitly asks for a plan related to a coding task.
2026-01-15
dna-insert.md
13
1
export
dna-insert
2
from
"letta-ai/skills"
from
"letta-ai/skills"
3
Specialized skill for designing primers to insert DNA sequences into circular plasmids using Q5 site-directed mutagenesis (SDM). This skill should be used when tasks involve inserting sequences into plasmids, designing primers for Q5 SDM insertions, or converting an input plasmid to an output plasmid with additional sequence. The skill provides workflows for understanding Q5 SDM mechanics, proper primer design with annealing regions, Tm calculation, and critical verification strategies.
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
agent-creator.md
13
1
export
agent-creator
2
from
"malhashemi/dotfiles"
from
"malhashemi/dotfiles"
3
Authoritative templates and scaffolding for creating agent system prompts (primary agents and subagents).
This skill should be used when creating new agents, reviewing existing agent prompts for template
compliance, verifying agent structure, or extracting knowledge into agent prompts. Contains YAML
templates with section-by-section instructions and scaffolding scripts for generating skeleton files.
2026-01-05
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
free-tool-arsenal.md
13
1
export
free-tool-arsenal
2
from
"majesticlabs-dev/majestic-marketplace"
from
"majesticlabs-dev/majestic-marketplace"
3
Build a complete business tech stack with 100% free tools. Find powerful zero-cost alternatives, automation workflows, and workarounds for free plan limitations.
2026-01-22
largest-eigenval.md
13
1
export
largest-eigenval
2
from
"letta-ai/skills"
from
"letta-ai/skills"
3
Guidance for finding the largest eigenvalue of small dense matrices with performance optimization. This skill should be used when tasks involve computing eigenvalues (especially the dominant/largest eigenvalue), optimizing numerical linear algebra routines, or improving performance of numpy/scipy matrix operations for small matrices (typically 2-10 in size).
2026-01-21
schema-design.md
13
1
export
schema-design
2
from
"sgcarstrends/sgcarstrends"
from
"sgcarstrends/sgcarstrends"
3
Design or modify Drizzle ORM schemas with proper relationships, constraints, and indexes. Use when adding new tables, modifying existing schemas, or optimizing database structure.
2026-01-21
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
Benchmark Manager.md
13
1
export
Benchmark Manager
2
from
"sunholo-data/ailang"
from
"sunholo-data/ailang"
3
Create and manage AILANG eval benchmarks. Use when user asks to create benchmarks, fix benchmark issues, debug failing benchmarks, or analyze benchmark results.
2026-01-21
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
fix-git.md
13
1
export
fix-git
2
from
"letta-ai/skills"
from
"letta-ai/skills"
3
This skill provides guidance for recovering lost Git commits, resolving detached HEAD states, and fixing common Git repository issues. Use this skill when encountering lost commits, accidental checkouts, orphaned branches, merge conflicts during recovery, or needing to restore repository state from reflog history.
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