Browse Skills
44835 skills found
cobol-modernization.md
13
1
export
cobol-modernization
2
from
"letta-ai/skills"
from
"letta-ai/skills"
3
This skill provides guidance for translating COBOL programs to modern languages (Python, Java, etc.) while preserving exact behavior. It should be used when tasks involve COBOL-to-modern-language migration, legacy code translation, fixed-width file format handling, or ensuring byte-level compatibility between source and target implementations.
2026-01-21
ln-361-security-auditor.md
13
1
export
ln-361-security-auditor
2
from
"levnikolaevich/claude-code-skills"
from
"levnikolaevich/claude-code-skills"
3
Security audit worker (L3). Scans codebase for hardcoded secrets, SQL injection, XSS, insecure dependencies, missing input validation. Returns findings with severity (Critical/High/Medium/Low), location, effort, and recommendations.
2026-01-21
fix-git.md
13
1
export
fix-git
2
from
"letta-ai/skills"
from
"letta-ai/skills"
3
Guide for recovering lost Git commits, resolving detached HEAD states, and fixing common Git repository issues. This skill should be used when users need help recovering from Git mistakes such as lost commits, detached HEAD situations, accidental resets, or when commits appear to be missing from branches.
2026-01-21
tdd-bug-fix.md
13
1
export
tdd-bug-fix
2
from
"kurko/dotfiles"
from
"kurko/dotfiles"
3
Enforce TDD when fixing bugs - write a failing test first, then make it pass. Use when about to fix a bug, correct broken behavior, or resolve an issue in production code. Activates for phrases like "let me fix", "I'll fix this", "same issue as", "the problem is", or when editing code after identifying a bug.
2026-01-22
custom-memory-heap-crash.md
13
1
export
custom-memory-heap-crash
2
from
"letta-ai/skills"
from
"letta-ai/skills"
3
Guide for debugging crashes related to custom memory heaps, particularly use-after-free issues caused by static destruction ordering, DEBUG vs RELEASE discrepancies, and custom allocator lifecycle problems. This skill should be used when investigating crashes that occur only in RELEASE builds, memory-related crashes involving custom allocators, static initialization/destruction order issues, or use-after-free bugs in C++ applications.
2026-01-21
ln-210-epic-coordinator.md
13
1
export
ln-210-epic-coordinator
2
from
"levnikolaevich/claude-code-skills"
from
"levnikolaevich/claude-code-skills"
3
CREATE/REPLAN Epics from scope (3-7 Epics). Batch Preview + Auto-extraction. Decompose-First Pattern. Auto-discovers team ID.
2026-01-21
ln-310-story-decomposer.md
13
1
export
ln-310-story-decomposer
2
from
"levnikolaevich/claude-code-skills"
from
"levnikolaevich/claude-code-skills"
3
Orchestrates task operations. Analyzes Story, builds optimal plan (1-6 implementation tasks), delegates to ln-311-task-creator (CREATE/ADD) or ln-312-task-replanner (REPLAN). Auto-discovers team ID.
2026-01-21
avo-coder.md
13
1
export
avo-coder
2
from
"majesticlabs-dev/majestic-marketplace"
from
"majesticlabs-dev/majestic-marketplace"
3
Use when building Avo admin interfaces. Creates resources, actions, filters, and dashboards following Avo conventions. Fetches latest docs dynamically.
2026-01-22
social-media.md
13
1
export
social-media
2
from
"sgcarstrends/sgcarstrends"
from
"sgcarstrends/sgcarstrends"
3
Add or update social media posting integrations (Discord, LinkedIn, Telegram, Twitter) in workflows. Use when adding new platforms, debugging posting failures, or modifying message templates.
2026-01-21
tailwind-coder.md
13
1
export
tailwind-coder
2
from
"majesticlabs-dev/majestic-marketplace"
from
"majesticlabs-dev/majestic-marketplace"
3
Use when applying Tailwind CSS styling to Rails views. Uses utility classes, responsive design patterns, and integrates with Rails view helpers.
2026-01-22
AILANG Code Writing.md
13
1
export
AILANG Code Writing
2
from
"sunholo-data/ailang"
from
"sunholo-data/ailang"
3
Write and run AILANG code with correct syntax. Use when user asks to write AILANG programs, fix AILANG syntax errors, run AILANG code, or needs help with AILANG syntax. Includes version checking, syntax validation, and common patterns.
2026-01-21
ln-300-story-pipeline.md
13
1
export
ln-300-story-pipeline
2
from
"levnikolaevich/claude-code-skills"
from
"levnikolaevich/claude-code-skills"
3
Orchestrates complete Story workflow from task planning to Done. Delegates to ln-310-story-decomposer, ln-320-story-validator, ln-330-story-executor for full automation.
2026-01-21
coding-javascript.md
13
1
export
coding-javascript
2
from
"ScotterMonk/AgentAutoFlow"
from
"ScotterMonk/AgentAutoFlow"
3
When javascript being written or edited.
2026-01-05
skill-learning-patterns.md
13
1
export
skill-learning-patterns
2
from
"letta-ai/skills"
from
"letta-ai/skills"
3
Meta-skill for recognizing learnings, validating improvements, and contributing back to the collective knowledge base. Use when agents discover better patterns, find gaps in existing skills, or want to improve shared knowledge.
2026-01-21
pr-review.md
13
1
export
pr-review
2
from
"malhashemi/dotfiles"
from
"malhashemi/dotfiles"
3
This skill provides a complete workflow for handling GitHub Pull Request reviews,
specifically optimized for @gemini-code-assist automated reviews. This skill should
be used when addressing PR review comments, responding to reviewers, resolving
threads, requesting re-reviews, or merging PRs after feedback is addressed.
Triggers include: /pr-review command, "address PR feedback", "handle review comments",
"respond to gemini", or any PR review lifecycle management request.
2026-01-05
gcode-to-text.md
13
1
export
gcode-to-text
2
from
"letta-ai/skills"
from
"letta-ai/skills"
3
Extracts hidden or encoded text from GCODE files by analyzing toolpath geometry and coordinate data. This skill should be used when tasks involve decoding text from 3D printing files, recovering embossed or engraved text from GCODE, or CTF-style challenges involving GCODE analysis. Applies to any task requiring geometric reconstruction of text from CNC or 3D printer movement commands.
2026-01-21
Perf Reviewer.md
13
1
export
Perf Reviewer
2
from
"sunholo-data/ailang"
from
"sunholo-data/ailang"
3
Review code for performance issues and run benchmarks. Use when user asks to analyze performance, compare AILANG vs Python vs Go, run benchmarks, or review code for optimization opportunities.
2026-01-21
git-worktree.md
13
1
export
git-worktree
2
from
"majesticlabs-dev/majestic-marketplace"
from
"majesticlabs-dev/majestic-marketplace"
3
Manage git worktrees for parallel development. Use when the user wants to work on multiple branches simultaneously, create isolated environments for features/fixes, or clean up completed worktrees.
2026-01-22
release-management.md
13
1
export
release-management
2
from
"sgcarstrends/sgcarstrends"
from
"sgcarstrends/sgcarstrends"
3
Automate releases using semantic-release, create release notes, manage versions, and publish packages. Use when preparing releases, managing versions, or automating release workflows.
2026-01-21
design-language-system.md
13
1
export
design-language-system
2
from
"sgcarstrends/sgcarstrends"
from
"sgcarstrends/sgcarstrends"
3
Apply the professional Navy Blue colour scheme and design tokens. Use when styling components, charts, or ensuring colour consistency across the application.
2026-01-21
caffe-cifar-10.md
13
1
export
caffe-cifar-10
2
from
"letta-ai/skills"
from
"letta-ai/skills"
3
Guidance for building and training with the Caffe deep learning framework on CIFAR-10 dataset. This skill applies when tasks involve compiling Caffe from source, training convolutional neural networks on image classification datasets, or working with legacy deep learning frameworks that have compatibility issues with modern systems.
2026-01-21
Using `argc` / `Argcfile`.md
13
1
export
Using `argc` / `Argcfile`
2
from
"CGamesPlay/dotfiles"
from
"CGamesPlay/dotfiles"
3
Create and modify Argcfiles using the special syntax required. Use this when editing Argcfile.sh, @argc, or any shell script that contains `argc --argc-eval`.
2026-01-05
useful-discoveries-check.md
13
1
export
useful-discoveries-check
2
from
"ScotterMonk/AgentAutoFlow"
from
"ScotterMonk/AgentAutoFlow"
3
For finding solutions, patterns, and workarounds to issues when encountering unexpected behavior, or when stuck after trying initial approaches
2026-01-05
sam-cell-seg.md
13
1
export
sam-cell-seg
2
from
"letta-ai/skills"
from
"letta-ai/skills"
3
Guidance for SAM-based cell segmentation and mask conversion tasks involving MobileSAM, mask-to-polygon conversion, CSV processing, and command-line interface design. This skill applies when working with Segment Anything Model (SAM) for biological image segmentation, converting binary masks to polygon coordinates, processing microscopy data, or building CLI tools that interface with deep learning models. (project)
2026-01-21