Browse Skills

20307 skills found

maintain-docs.md
13
1 export maintain-docs
2 sorryhyun from "sorryhyun/DiPeO"
3 Update and maintain documentation to reflect current implementation after code changes, refactoring, or new features. Remove temporal language, verify accuracy against code, and keep docs current. Use when updating docs, syncing documentation, removing outdated info, or after implementing features.
2026-01-05
password-recovery.md
13
1 export password-recovery
2 letta-ai from "letta-ai/skills"
3 Digital forensic skill for recovering passwords and sensitive data from disk images, deleted files, and binary data. This skill should be used when tasks involve extracting passwords from disk images, recovering deleted file contents, analyzing binary files for fragments, or forensic data recovery scenarios. Applies to tasks mentioning disk images, deleted files, password fragments, or data recovery.
2026-01-21
Codebase Organizer.md
13
1 export Codebase Organizer
2 sunholo-data from "sunholo-data/ailang"
3 Monitor and refactor large files into smaller, AI-friendly modules. Use when user asks to check file sizes, split large files, or organize the codebase. Ensures tests pass before and after refactoring.
2026-01-21
test-backend-router.md
13
1 export test-backend-router
2 sorryhyun from "sorryhyun/DiPeO"
3 Test implementation of thin router skill for DiPeO backend. Provides decision criteria and documentation anchors for FastAPI server, CLI (dipeo run/results/metrics/compile/export), SQLite schema, and MCP integration in apps/server/. Use when task mentions CLI commands, server endpoints, database queries, or MCP tools.
2026-01-05
writing-skills.md
13
1 export writing-skills
2 withzombies from "withzombies/hyperpowers"
3 Use when creating new skills, editing existing skills, or verifying skills work - applies TDD to documentation by testing with subagents before writing
2026-01-21
cache-components.md
13
1 export cache-components
2 sgcarstrends from "sgcarstrends/sgcarstrends"
3 Implement Next.js 16 Cache Components with use cache directives, Suspense boundaries, and cacheLife profiles. Use when optimizing page performance or migrating components to cache mode.
2026-01-21
feal-differential-cryptanalysis.md
13
1 export feal-differential-cryptanalysis
2 letta-ai from "letta-ai/skills"
3 Guidance for implementing differential cryptanalysis attacks on FEAL (Fast Data Encipherment Algorithm) and similar block ciphers. This skill should be used when tasks involve recovering round keys, implementing differential attacks, exploiting cipher weaknesses, or performing cryptanalysis on Feistel network ciphers. Applicable to CTF challenges and educational cryptanalysis exercises.
2026-01-21
mteb-leaderboard.md
13
1 export mteb-leaderboard
2 letta-ai from "letta-ai/skills"
3 Guidance for querying ML model leaderboards and benchmarks (MTEB, HuggingFace, embedding benchmarks). This skill applies when tasks involve finding top-performing models on specific benchmarks, comparing model performance across leaderboards, or answering questions about current benchmark standings. Covers strategies for accessing live leaderboard data, handling temporal requirements, and avoiding common pitfalls with outdated sources.
2026-01-21
heroui-components.md
13
1 export heroui-components
2 sgcarstrends from "sgcarstrends/sgcarstrends"
3 Add or customize HeroUI components in the web application. Use when implementing new UI features with HeroUI design system or updating component styling.
2026-01-21
store-model-coder.md
13
1 export store-model-coder
2 majesticlabs-dev from "majesticlabs-dev/majestic-marketplace"
3 Wrap JSON-backed database columns with ActiveModel-like classes using store_model. Use when creating configuration objects, managing nested JSON attributes, or adding validations to JSON data. Triggers on JSON columns, store_model, typed JSON, configuration objects, or nested attributes.
2026-01-22
extract-moves-from-video.md
13
1 export extract-moves-from-video
2 letta-ai from "letta-ai/skills"
3 This skill provides guidance for extracting text commands, moves, or typed input from video recordings using OCR. It applies when extracting gameplay commands (e.g., Zork), terminal sessions, or any text-based interactions captured in video format. Use this skill when processing videos of text-based games, terminal recordings, or any scenario requiring OCR-based command extraction from screen recordings.
2026-01-21
deslop.md
13
1 export deslop
2 inspirepan from "inspirepan/klaude-code"
3 Remove AI-generated code slop from files or diffs. Use this skill when reviewing AI-generated code to clean up unnecessary comments, defensive code, type hacks, and style inconsistencies. Triggers include "deslop", "remove slop", "clean up AI code", "review for slop".
2026-01-15
gemini-image-coder.md
13
1 export gemini-image-coder
2 majesticlabs-dev from "majesticlabs-dev/majestic-marketplace"
3 Gemini image coder - Generate and edit images using Google's Gemini API. Supports text-to-image, image editing, multi-turn refinement, and composition from multiple reference images. Use when user asks to generate images, create images, edit images, or mentions "gemini image coder".
2026-01-22
market-research.md
13
1 export market-research
2 majesticlabs-dev from "majesticlabs-dev/majestic-marketplace"
3 Automate comprehensive market research using web data, competitive analysis, and structured synthesis. Use when researching markets, industries, competitors, or target audiences.
2026-01-22
pypi-server.md
13
1 export pypi-server
2 letta-ai from "letta-ai/skills"
3 Guide for setting up local PyPI servers to host and serve Python packages. This skill should be used when tasks involve creating a local PyPI repository, serving Python packages over HTTP, building distributable Python packages, or testing pip installations from a custom index URL.
2026-01-21
skill-creator.md
13
1 export skill-creator
2 malhashemi from "malhashemi/dotfiles"
3 Guide for creating effective skills with UV + justfile structure. This skill should be used when users want to create a new skill (or update an existing skill) that extends the agent's capabilities with specialized knowledge, workflows, or tool integrations. Skills include PEP 723 compliant Python scripts managed via justfile for consistent execution.
2026-01-05
polyglot-c-py.md
13
1 export polyglot-c-py
2 letta-ai from "letta-ai/skills"
3 Guidance for creating polyglot files that are valid in both Python and C. This skill applies when tasked with writing code that must be parseable and executable by both the Python interpreter and C compiler. Covers polyglot syntax techniques, testing strategies, and critical cleanup requirements.
2026-01-21
regex-log.md
13
1 export regex-log
2 letta-ai from "letta-ai/skills"
3 Guidance for constructing complex regular expressions that extract and validate data from log files. This skill applies when building regex patterns to parse log entries with requirements like IP address validation, date extraction, boundary conditions, and selecting specific occurrences (first/last). Use this skill when the task involves creating regex for log parsing with multiple validation constraints.
2026-01-21
fastapi-coder.md
13
1 export fastapi-coder
2 majesticlabs-dev from "majesticlabs-dev/majestic-marketplace"
3 Build FastAPI applications with async patterns, Pydantic validation, dependency injection, and modern Python API practices.
2026-01-22
minitest-coder.md
13
1 export minitest-coder
2 majesticlabs-dev from "majesticlabs-dev/majestic-marketplace"
3 This skill guides writing comprehensive Minitest tests for Ruby and Rails applications. Use when creating test files, writing test cases, or testing new features. Covers both traditional and spec styles, fixtures, mocking, and Rails integration testing patterns.
2026-01-22
import-refactor.md
13
1 export import-refactor
2 sorryhyun from "sorryhyun/DiPeO"
3 Update all import statements, module references, string paths, and config references after moving or renaming files and modules. Handles Python, TypeScript, and JavaScript imports. Use when moving files, renaming modules, restructuring directories, or consolidating code.
2026-01-05
dipeo-frontend-dev.md
13
1 export dipeo-frontend-dev
2 sorryhyun from "sorryhyun/DiPeO"
3 Router skill for DiPeO frontend (React, visual editor, GraphQL integration, TypeScript types). Use when task mentions React components, diagram editor, GraphQL hooks, or type errors. For simple tasks, handle directly; for complex work, escalate to dipeo-frontend-dev agent.
2026-01-05
dhh-coder.md
13
1 export dhh-coder
2 majesticlabs-dev from "majesticlabs-dev/majestic-marketplace"
3 Write Ruby and Rails code in DHH's distinctive 37signals style. Use this skill when writing Ruby code, Rails applications, creating models, controllers, or any Ruby file. Triggers on Ruby/Rails code generation, refactoring requests, or when the user mentions DHH, 37signals, Basecamp, HEY, Fizzy, or Campfire style.
2026-01-22
Coordinator Helper.md
13
1 export Coordinator Helper
2 sunholo-data from "sunholo-data/ailang"
3 Manage coordinator daemon tasks, approve/reject work, monitor autonomous agents. Use when user asks to delegate tasks, check task status, review agent work, manage the coordinator, or use GitHub-driven approval workflow.
2026-01-21