Browse Skills

22656 skills found

config-reader.md
13
1 export config-reader
2 majesticlabs-dev from "majesticlabs-dev/majestic-marketplace"
3 Read project config from .agents.yml and .agents.local.yml with local overrides. Supports dot notation for nested fields. Invoke with args "<field> <default>".
2026-01-22
rspec-coder.md
13
1 export rspec-coder
2 majesticlabs-dev from "majesticlabs-dev/majestic-marketplace"
3 This skill guides writing comprehensive RSpec tests for Ruby and Rails applications. Use when creating spec files, writing test cases, or testing new features. Covers RSpec syntax, describe/context organization, subject/let patterns, fixtures, mocking with allow/expect, and shoulda matchers.
2026-01-22
letta-agent-designer.md
13
1 export letta-agent-designer
2 letta-ai from "letta-ai/skills"
3 Guide for designing effective Letta agents. This skill should be used when users need help choosing agent architectures, designing memory blocks, selecting models, or planning tool configurations for their Letta agents.
2026-01-21
acceptance-test.md
13
1 export acceptance-test
2 yurenju from "yurenju/eyerolling-skills"
3 Execute acceptance testing based on Gherkin scenarios.Use when: validating implementations, running acceptance tests, verifying features against acceptance criteria.Keywords: acceptance testing, Gherkin, validation, verify implementation, test execution, 驗收測試, 驗收, 驗證實作.
2026-01-05
subagent-driven-development.md
13
1 export subagent-driven-development
2 majesticlabs-dev from "majesticlabs-dev/majestic-marketplace"
3 Use when executing implementation plans with independent tasks in the current session - dispatches fresh subagent for each task with code review between tasks, enabling fast iteration with quality gates
2026-01-22
modernize-scientific-stack.md
13
1 export modernize-scientific-stack
2 letta-ai from "letta-ai/skills"
3 Guide for modernizing legacy Python 2 scientific computing code to Python 3 with modern libraries. This skill should be used when migrating scientific scripts involving data processing, numerical computation, or analysis from Python 2 to Python 3, or when updating deprecated scientific computing patterns to modern equivalents (pandas, numpy, pathlib).
2026-01-21
mteb-leaderboard.md
13
1 export mteb-leaderboard
2 letta-ai from "letta-ai/skills"
3 This skill provides guidance for retrieving and verifying information from dynamic ML leaderboards (MTEB, Scandinavian Embedding Benchmark, HuggingFace leaderboards, etc.) with specific temporal requirements. It should be used when tasks involve finding top-performing models, rankings, or benchmark results as of a specific date, especially when the data source is frequently updated.
2026-01-21
Trace Debugger.md
13
1 export Trace Debugger
2 sunholo-data from "sunholo-data/ailang"
3 Debug performance issues and understand code flow using AILANG telemetry traces. Use when user asks to debug slow compilation, analyze benchmarks, find bottlenecks, investigate hangs, or understand system behavior.
2026-01-21
db-wal-recovery.md
13
1 export db-wal-recovery
2 letta-ai from "letta-ai/skills"
3 Guidance for recovering data from SQLite Write-Ahead Log (WAL) files that may be corrupted, encrypted, or inaccessible. This skill should be used when tasks involve database recovery, WAL file analysis, decrypting database files, or recovering missing/corrupted SQLite data. Helps avoid common pitfalls like fabricating data based on patterns instead of actual recovery.
2026-01-21
constraints-scheduling.md
13
1 export constraints-scheduling
2 letta-ai from "letta-ai/skills"
3 Provides systematic approaches for solving constraint-based scheduling problems, such as finding meeting times that satisfy multiple participant availability windows, preferences, and existing calendar conflicts. This skill should be used when tasks involve scheduling with constraints, calendar conflict resolution, time slot optimization, or finding valid time windows across multiple inputs with hard and soft constraints.
2026-01-21
win-back.md
13
1 export win-back
2 majesticlabs-dev from "majesticlabs-dev/majestic-marketplace"
3 Design win-back campaigns to re-engage dormant customers and recover churned users with targeted messaging, special offers, and feedback collection to understand and address churn reasons.
2026-01-22
Agent Inbox.md
13
1 export Agent Inbox
2 sunholo-data from "sunholo-data/ailang"
3 Check and process messages from autonomous AILANG agents. Use when starting a session, after agent handoffs, or when checking for completion notifications.
2026-01-21
gpt2-codegolf.md
13
1 export gpt2-codegolf
2 letta-ai from "letta-ai/skills"
3 Guidance for implementing neural network inference (like GPT-2) under extreme code size constraints. This skill should be used when tasks require implementing ML model inference in minimal code (code golf), parsing model checkpoints in constrained environments, or building transformer architectures in low-level languages like C with strict size limits.
2026-01-21
slogan-generator.md
13
1 export slogan-generator
2 majesticlabs-dev from "majesticlabs-dev/majestic-marketplace"
3 Generate and evaluate marketing slogans for any product or service. Creates options across multiple angles, scores against criteria, and recommends the best fit.
2026-01-22
docx.md
13
1 export docx
2 lawvable from "lawvable/awesome-legal-skills"
3 Comprehensive document creation, editing, and analysis with support for tracked changes, comments, formatting preservation, and text extraction. When Claude needs to work with professional documents (.docx files) for: (1) Creating new documents, (2) Modifying or editing content, (3) Working with tracked changes, (4) Adding comments, or any other document tasks
2026-01-21
sqlite-db-truncate.md
13
1 export sqlite-db-truncate
2 letta-ai from "letta-ai/skills"
3 This skill should be used when recovering data from corrupted or truncated SQLite databases. Apply this skill when a .db file cannot be opened with standard SQLite tools, when binary truncation has occurred, or when manual parsing of the SQLite binary format is needed to extract recoverable data.
2026-01-21
component-tester.md
13
1 export component-tester
2 sgcarstrends from "sgcarstrends/sgcarstrends"
3 Run Vitest tests for a specific component with coverage. Use when making changes to React components to ensure tests pass and coverage is maintained.
2026-01-21
winning-avg-corewars.md
13
1 export winning-avg-corewars
2 letta-ai from "letta-ai/skills"
3 Guidance for developing CoreWars warriors that achieve target win rates against specific opponents. This skill should be used when tasks involve writing, optimizing, or debugging Redcode assembly warriors for the CoreWars programming game, particularly when win rate thresholds must be met against multiple opponents.
2026-01-21
fix-code-vulnerability.md
13
1 export fix-code-vulnerability
2 letta-ai from "letta-ai/skills"
3 Guidance for identifying and fixing security vulnerabilities in code. This skill should be used when tasks involve fixing CWE-classified vulnerabilities, addressing security flaws, patching injection vulnerabilities, or responding to security-related test failures.
2026-01-21
financial-document-processor.md
13
1 export financial-document-processor
2 letta-ai from "letta-ai/skills"
3 Guidance for processing financial documents (invoices, receipts, statements) with OCR and text extraction. This skill should be used when tasks involve extracting data from financial PDFs or images, generating summaries (CSV/JSON), or moving/organizing processed documents. Emphasizes data safety practices to prevent catastrophic data loss.
2026-01-21
AILANG Sprint Planner.md
13
1 export AILANG Sprint Planner
2 sunholo-data from "sunholo-data/ailang"
3 Analyze design docs, calculate velocity from recent work, and create realistic sprint plans with day-by-day breakdowns. Use when user asks to "plan sprint", "create sprint plan", or wants to estimate development timeline.
2026-01-21
torch-pipeline-parallelism.md
13
1 export torch-pipeline-parallelism
2 letta-ai from "letta-ai/skills"
3 Guidance for implementing PyTorch pipeline parallelism for distributed model training. This skill should be used when tasks involve implementing pipeline parallelism, distributed training with model partitioning across GPUs/ranks, AFAB (All-Forward-All-Backward) scheduling, or inter-rank tensor communication using torch.distributed.
2026-01-21
Unnamed Skill.md
13
1 export Unnamed Skill
2 sorryhyun from "sorryhyun/DiPeO"
3 Router skill for DiPeO backend ecosystem (server/ and cli/): FastAPI server, CLI tools, database, MCP integration. Use when task mentions CLI commands, server endpoints, database queries, or MCP tools. For simple tasks, handle directly; for complex work, escalate to dipeo-backend agent.
2026-01-05
digitalocean-coder.md
13
1 export digitalocean-coder
2 majesticlabs-dev from "majesticlabs-dev/majestic-marketplace"
3 This skill guides writing DigitalOcean infrastructure with OpenTofu/Terraform. Use when provisioning Droplets, VPCs, Managed Databases, Firewalls, or other DO resources.
2026-01-22