Browse Skills

17720 skills found

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 web servers. This skill applies when configuring Git repositories with post-receive hooks that deploy different branches to different directories, typically served by Nginx or Apache. Use for tasks involving SSH-accessible Git servers, branch-specific deployments, and web server configuration.
2026-01-21
ai-structured-output.md
13
1 export ai-structured-output
2 sgcarstrends from "sgcarstrends/sgcarstrends"
3 Generate type-safe AI content using Gemini structured output with Zod validation and Code Execution Tool. Use when building AI generation functions that need guaranteed output format.
2026-01-21
data-seeding.md
13
1 export data-seeding
2 sgcarstrends from "sgcarstrends/sgcarstrends"
3 Create or update database seed scripts for development and testing environments. Use when setting up test data or initializing development databases.
2026-01-21
git-leak-recovery.md
13
1 export git-leak-recovery
2 letta-ai from "letta-ai/skills"
3 This skill provides guidance for recovering secrets or sensitive data that have been removed from Git history through operations like reset or rebase, and then properly cleaning up the repository to ensure the data is completely removed. Use this skill when tasks involve finding lost commits, recovering data from Git reflog, or securely removing sensitive information from Git repositories.
2026-01-21
devops-plan.md
13
1 export devops-plan
2 majesticlabs-dev from "majesticlabs-dev/majestic-marketplace"
3 Gather DevOps context for infrastructure planning. Detects IaC tools, providers, and recommends skills. Use when /majestic:plan detects infrastructure work.
2026-01-22
content-optimizer.md
13
1 export content-optimizer
2 majesticlabs-dev from "majesticlabs-dev/majestic-marketplace"
3 Content optimization workflow covering keyword integration, semantic enhancement, structure optimization, and AI extractability. Use for improving existing content for both search engines and LLMs.
2026-01-22
create-prd.md
13
1 export create-prd
2 yurenju from "yurenju/eyerolling-skills"
3 Generate Product Requirements Document (PRD) through interactive Q&A.Use when: clarifying feature requirements, defining user stories, establishing acceptance criteria, starting a new feature.Keywords: PRD, product requirements, requirements document, feature requirements, user stories, acceptance criteria.This is the first step of the spec-driven development workflow (or second if research was done first).
2026-01-05
headless-terminal.md
13
1 export headless-terminal
2 letta-ai from "letta-ai/skills"
3 This skill provides guidance for implementing headless terminal interfaces that programmatically control shell sessions. Use this skill when implementing terminal emulation, pseudo-terminal wrappers, or interfaces like BaseTerminal that require sending keystrokes and reading output from shell processes.
2026-01-21
hierarchical-agents.md
13
1 export hierarchical-agents
2 majesticlabs-dev from "majesticlabs-dev/majestic-marketplace"
3 Generate hierarchical AGENTS.md structure for codebases to optimize AI agent token usage. Use when creating AGENTS.md files, documenting codebase structure, setting up agent guidance, organizing project documentation for AI tools, implementing JIT indexing, or working with monorepos that need lightweight root guidance with detailed sub-folder documentation. Covers repository analysis, root AGENTS.md generation, sub-folder AGENTS.md creation, and token-efficient documentation patterns.
2026-01-22
industry-pulse.md
13
1 export industry-pulse
2 majesticlabs-dev from "majesticlabs-dev/majestic-marketplace"
3 Get a real-time pulse check on any industry or niche. Includes trending technologies, notable events from the last 2 weeks, and key shifts impacting operators and investors.
2026-01-22
init-agents-config.md
13
1 export init-agents-config
2 majesticlabs-dev from "majesticlabs-dev/majestic-marketplace"
3 Generate .agents.yml config from user answers. Provides tech stack templates for Rails, Python, Node, and Generic projects.
2026-01-22
linkedin-content.md
13
1 export linkedin-content
2 majesticlabs-dev from "majesticlabs-dev/majestic-marketplace"
3 Create high-performing LinkedIn content with algorithm-optimized hooks, content pillar strategy, posting cadence, and performance tracking. Includes format templates for text posts, carousels, and polls.
2026-01-22
github-actions.md
13
1 export github-actions
2 sgcarstrends from "sgcarstrends/sgcarstrends"
3 Create and maintain GitHub Actions workflows for CI/CD, testing, deployment, and automation. Use when setting up pipelines, automating tasks, or configuring continuous integration.
2026-01-21
conventional-commits.md
13
1 export conventional-commits
2 sgcarstrends from "sgcarstrends/sgcarstrends"
3 Generate conventional commit messages following the project's commitlint rules with proper scopes. Use when committing changes to ensure semantic versioning works correctly.
2026-01-21
pareto.md
13
1 export pareto
2 majesticlabs-dev from "majesticlabs-dev/majestic-marketplace"
3 Identify the vital 20% of activities that produce 80% of results using real case studies and proven patterns. Use when optimizing business, learning, productivity, or any area where focus matters.
2026-01-22
bundle-analysis.md
13
1 export bundle-analysis
2 sgcarstrends from "sgcarstrends/sgcarstrends"
3 Analyze and optimize JavaScript bundle size, identify large dependencies, and improve load times. Use when bundles are large, investigating performance issues, or optimizing frontend assets.
2026-01-21
retention-system.md
13
1 export retention-system
2 majesticlabs-dev from "majesticlabs-dev/majestic-marketplace"
3 Design comprehensive customer retention systems with health scoring, churn prediction, proactive engagement workflows, and customer success frameworks to maximize lifetime value.
2026-01-22
skill-creator.md
13
1 export skill-creator
2 inspirepan from "inspirepan/klaude-code"
3 Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Claude's capabilities with specialized knowledge, workflows, or tool integrations.
2026-01-15
make-doom-for-mips.md
13
1 export make-doom-for-mips
2 letta-ai from "letta-ai/skills"
3 Guide for cross-compiling complex C programs (like DOOM) for embedded MIPS environments with custom VM runtimes. This skill applies when building software that targets MIPS architecture with limited stdlib support, custom syscall interfaces, or JavaScript-based VM execution environments. Use when cross-compiling games, applications, or any C code for constrained MIPS targets.
2026-01-21
package-audit.md
13
1 export package-audit
2 sgcarstrends from "sgcarstrends/sgcarstrends"
3 Scan for security vulnerabilities using pnpm audit, Snyk, and automated tools. Use when checking security, before deployments, or resolving CVEs.
2026-01-21
sanitize-git-repo.md
13
1 export sanitize-git-repo
2 letta-ai from "letta-ai/skills"
3 Guide for sanitizing git repositories by identifying and replacing sensitive information such as API keys, tokens, and credentials. This skill should be used when tasks involve removing secrets from codebases, sanitizing repositories before sharing, or replacing sensitive values with placeholders. Applies to tasks involving secret detection, credential removal, or repository cleanup for security purposes.
2026-01-21
error-handling.md
13
1 export error-handling
2 ScotterMonk from "ScotterMonk/AgentAutoFlow"
3 When VS Code problems or any terminal shows an error
2026-01-05
sqlite-db-truncate.md
13
1 export sqlite-db-truncate
2 letta-ai from "letta-ai/skills"
3 Guidance for recovering data from corrupted or truncated SQLite database files through binary analysis and manual parsing. This skill applies when working with damaged SQLite databases that cannot be opened with standard tools, particularly when corruption is due to binary truncation, incomplete writes, or filesystem errors.
2026-01-21
whistleblower-policy-fr.md
13
1 export whistleblower-policy-fr
2 lawvable from "lawvable/awesome-legal-skills"
3 Guide pour (a) évaluer la conformité d'un dispositif lanceur d'alerte existant ou (b) rédiger une politique de signalement conforme sur la base d'un template fourni. Couvre la Directive UE 2019/1937, la loi Sapin II modifiée (Waserman 2022), le décret 2022-1284, le référentiel CNIL, les spécificités fonction publique et le devoir de vigilance.
2026-01-21