Browse Skills

17720 skills found

plan-builder.md
13
1 export plan-builder
2 majesticlabs-dev from "majesticlabs-dev/majestic-marketplace"
3 Write implementation plans with appropriate templates based on complexity. Provides minimal, standard, and comprehensive templates for different scope levels.
2026-01-22
log-file-use.md
13
1 export log-file-use
2 ScotterMonk from "ScotterMonk/AgentAutoFlow"
3 When a mode needs to read, create, or write (log progress) to a log file.
2026-01-05
merge-diff-arc-agi-task.md
13
1 export merge-diff-arc-agi-task
2 letta-ai from "letta-ai/skills"
3 Guidance for solving ARC-AGI style pattern recognition tasks that involve git operations (fetching bundles, merging branches) and implementing algorithmic transformations. This skill applies when tasks require merging git branches containing different implementations of pattern-based algorithms, analyzing input-output examples to discover transformation rules, and implementing correct solutions. (project)
2026-01-21
video-processing.md
13
1 export video-processing
2 letta-ai from "letta-ai/skills"
3 Guide for video analysis and frame-level event detection tasks using OpenCV and similar libraries. This skill should be used when detecting events in videos (jumps, movements, gestures), extracting frames, analyzing motion patterns, or implementing computer vision algorithms on video data. It provides verification strategies and helps avoid common pitfalls in video processing workflows.
2026-01-21
check-ci.md
13
1 export check-ci
2 majesticlabs-dev from "majesticlabs-dev/majestic-marketplace"
3 This skill monitors PR CI checks by polling GitHub status until completion or timeout. Use when the user requests to check CI status, wait for CI to pass, monitor PR checks, or verify build status. Applicable for queries like "check my CI", "wait for CI to pass", "is my PR green", or "monitor CI checks".
2026-01-22
circuit-fibsqrt.md
13
1 export circuit-fibsqrt
2 letta-ai from "letta-ai/skills"
3 Guide for implementing combinational/sequential logic circuits using gate-level descriptions in text-based simulators. This skill applies when building circuits for mathematical functions like integer square root, Fibonacci sequences, or similar computations that require both combinational logic (arithmetic operations) and sequential logic (feedback loops, state machines). Use this skill when the task involves generating gate netlists, implementing multi-bit arithmetic circuits, or debugging event-driven circuit simulators.
2026-01-21
openssl-selfsigned-cert.md
13
1 export openssl-selfsigned-cert
2 letta-ai from "letta-ai/skills"
3 This skill provides guidance for generating self-signed SSL/TLS certificates using OpenSSL. Use this skill when tasks involve creating private keys, self-signed certificates, certificate signing requests (CSRs), or combined PEM files. It covers verification strategies and common pitfalls in certificate generation workflows.
2026-01-21
agent-sdk-guide.md
13
1 export agent-sdk-guide
2 majesticlabs-dev from "majesticlabs-dev/majestic-marketplace"
3 Guide for Claude Agent SDK - build custom AI agents powered by Claude. Triggers on agent sdk, claude-agent-sdk, @anthropic-ai/claude-agent, build agent, programmatic agent, embed claude, custom ai agent, agent infrastructure. Covers installation, authentication providers, tool permissions, file-based configuration, and TypeScript/Python code examples.
2026-01-22
marketing-playbook.md
13
1 export marketing-playbook
2 majesticlabs-dev from "majesticlabs-dev/majestic-marketplace"
3 Your guide to the marketing toolkit. Diagnoses where you are in your marketing journey and recommends the right skills, agents, and workflows to use next.
2026-01-22
ln-311-task-creator.md
13
1 export ln-311-task-creator
2 levnikolaevich from "levnikolaevich/claude-code-skills"
3 Creates ALL task types (implementation, refactoring, test). Generates task documents from templates, validates type rules, creates in Linear, updates kanban. Invoked by orchestrators.
2026-01-21
github-use.md
13
1 export github-use
2 ScotterMonk from "ScotterMonk/AgentAutoFlow"
3 Any time github activity is required.
2026-01-05
ticket-create.md
13
1 export ticket-create
2 malhashemi from "malhashemi/dotfiles"
3 Guides creation of well-structured tickets (task documents). This skill should be used when the user wants to create a ticket, task, feature request, bug report, or any work item that needs to be tracked and potentially assigned. Provides structure hints without enforcing rigid templates - the final structure adapts to the specific task and domain.
2026-01-05
drafts-actions.md
13
1 export drafts-actions
2 kerim from "kerim/claude-drafts-action-skill"
3 Create and script actions for the Drafts app. Use this skill when the user needs help creating custom Drafts actions, understanding action steps, using template tags, scripting with JavaScript, or configuring action workflows for automation and productivity.
2026-01-05
git-multibranch.md
13
1 export git-multibranch
2 letta-ai from "letta-ai/skills"
3 Guidance for setting up Git-based multi-branch deployment systems with SSH access, web servers, and automated deployment hooks. This skill should be used when configuring Git repositories that deploy to multiple environments (e.g., main/dev branches), setting up SSH authentication for Git, configuring web servers to serve content from different branches, or creating post-receive hooks for automated deployments.
2026-01-21
reshard-c4-data.md
13
1 export reshard-c4-data
2 letta-ai from "letta-ai/skills"
3 Guide for implementing reversible data resharding systems with hierarchical constraints (max files/folders per directory, max file size). Use when building compress/decompress scripts that reorganize datasets while maintaining full reconstruction capability.
2026-01-21
polyglot-c-py.md
13
1 export polyglot-c-py
2 letta-ai from "letta-ai/skills"
3 This skill provides guidance for creating polyglot files that are valid in both C and Python. It should be used when tasks require writing code that compiles and runs correctly as both a C program and a Python script, producing identical or specified output from each interpreter/compiler.
2026-01-21
modernize-scientific-stack.md
13
1 export modernize-scientific-stack
2 letta-ai from "letta-ai/skills"
3 Guidance for modernizing legacy Python 2 scientific computing code to Python 3. This skill should be used when tasks involve converting outdated scientific Python scripts (using deprecated libraries like ConfigParser, cPickle, urllib2, or Python 2 syntax) to modern Python 3 equivalents with contemporary scientific stack (NumPy, pandas, scipy, matplotlib). Applies to data processing, analysis pipelines, and scientific computation modernization tasks.
2026-01-21
ln-343-manual-tester.md
13
1 export ln-343-manual-tester
2 levnikolaevich from "levnikolaevich/claude-code-skills"
3 Performs manual testing of Story AC via executable bash scripts saved to tests/manual/. Creates reusable test suites per Story. Worker only.
2026-01-21
debugging-with-tools.md
13
1 export debugging-with-tools
2 withzombies from "withzombies/hyperpowers"
3 Use when encountering bugs or test failures - systematic debugging using debuggers, internet research, and agents to find root cause before fixing
2026-01-21
git-commit.md
13
1 export git-commit
2 kurko from "kurko/dotfiles"
3 Stage and commit git changes with conventional commit messages. Use when user wants to commit changes, or asks to save their work. Also activates when user says "commit changes", simply "commit", or similar git workflow requests. Never commit without loading this skill.
2026-01-22
content-calendar.md
13
1 export content-calendar
2 majesticlabs-dev from "majesticlabs-dev/majestic-marketplace"
3 Generate a complete 30-day content calendar with viral content ideas, format variety, hooks, and CTAs tailored to your niche and platform. Includes content pillars, weekly themes, and batch creation workflow.
2026-01-22
todo-manage.md
13
1 export todo-manage
2 sorryhyun from "sorryhyun/DiPeO"
3 Manage and organize TODO.md at project root - plan features, track progress, mark tasks complete, and clean up completed items. Use when planning tasks, organizing work, reviewing priorities, or managing the project TODO list. Access via /dipeotodos command.
2026-01-05
model-extraction-relu-logits.md
13
1 export model-extraction-relu-logits
2 letta-ai from "letta-ai/skills"
3 Guidance for extracting weight matrices from black-box ReLU neural networks using only input-output queries. This skill applies when tasks involve model extraction attacks, recovering hidden layer weights from neural networks, or reverse-engineering ReLU network parameters from query access.
2026-01-21
business-logic-coder.md
13
1 export business-logic-coder
2 majesticlabs-dev from "majesticlabs-dev/majestic-marketplace"
3 Implement business logic with ActiveInteraction and AASM state machines. Routes to specialized skills for typed operations and state management.
2026-01-22