Browse Skills
44969 skills found
context-memory.md
1
1
export
context-memory
2
from
"resolve-io/.prism"
from
"resolve-io/.prism"
3
Python utility API for storing and retrieving project context in Obsidian vault markdown notes
2026-01-05
sunfaded-style.md
1
1
export
sunfaded-style
2
from
"Kyure-A/skills"
from
"Kyure-A/skills"
3
Create UI and graphic design layouts in the sunfaded style: oversized condensed typography, bilingual JP/EN type, high-contrast overlays on photo or illustration, halftone wave bands, and analog grain. Use when a user asks for sunfaded-like aesthetics, bold typographic posters, editorial layouts, or UI screens with this specific visual system.
2026-01-05
managing-agent-hierarchy.md
1
1
export
managing-agent-hierarchy
2
from
"sumik5/dotfiles"
from
"sumik5/dotfiles"
3
Manages Agent hierarchy (PO→Manager→Developer). Required for all code modifications except minor fixes. Optimizes performance through parallel execution.
2026-01-05
refactoring.md
1
1
export
refactoring
2
from
"buzzdan/ai-coding-rules"
from
"buzzdan/ai-coding-rules"
3
Linter-driven refactoring patterns to reduce complexity and improve code quality in React/TypeScript. Use when ESLint fails with SonarJS complexity issues (cognitive, cyclomatic, expression) or when code feels hard to read/maintain. Applies component extraction, hook extraction, and simplification patterns.
2026-01-05
video-thumbnail-extractor.md
1
1
export
video-thumbnail-extractor
2
from
"dkyazzentwatwa/chatgpt-skills"
from
"dkyazzentwatwa/chatgpt-skills"
3
Extract frames from videos at specific timestamps or intervals, find best frames, and generate thumbnail grids for previews.
2026-01-05
kamal-2-deployment.md
1
1
export
kamal-2-deployment
2
from
"sjnims/iron-chef-claude-rails"
from
"sjnims/iron-chef-claude-rails"
3
This skill should be used when the user asks about "Kamal", "Kamal 2", "deployment", "deploying Rails", "Docker deployment", "VPS deployment", or zero-downtime deployments. Load this skill when setting up or troubleshooting Kamal deployments.
2026-01-05
package-ida-plugin.md
1
1
export
package-ida-plugin
2
from
"williballenthin/aiwilli"
from
"williballenthin/aiwilli"
3
Package IDA Pro plugins for the IDA Plugin Manager and plugins.hex-rays.com repository
2026-01-05
authentication-authorization-vulnerabilities-ai-code.md
1
1
export
authentication-authorization-vulnerabilities-ai-code
2
from
"harperaa/secure-claude-skills"
from
"harperaa/secure-claude-skills"
3
Understand authentication and authorization defects in AI-generated code including insecure password storage, broken session management, and access control bypasses. Use this skill when you need to learn about auth vulnerabilities in AI code, understand why AI suggests MD5/plaintext passwords, recognize broken session patterns, or identify access control gaps. Triggers include "auth vulnerabilities AI", "password storage AI", "session management", "broken access control", "authentication defects", "MD5 passwords", "session hijacking", "authorization bypass".
2026-01-05
speckit-constitution-zh.md
1
1
export
speckit-constitution-zh
2
from
"forztf/open-skilled-sdd"
from
"forztf/open-skilled-sdd"
3
从交互式或提供的原则输入创建或更新项目章程,确保所有依赖模板保持同步。用于项目管理、规范制定、章程维护和团队协作场景。触发词包括 "speckit章程"、"创建章程"、"更新章程"、"项目章程"、"制定规范"、"团队章程"。
2026-01-05
draft-section.md
1
1
export
draft-section
2
from
"testaco/agentic-coding-book"
from
"testaco/agentic-coding-book"
3
Incremental content drafting skill that writes specific sections within existing scaffolds. Supports drafting 1 section at a time or batch-drafting multiple sections with user control. Each operation stays under 10k tokens to avoid context compacting.
2026-01-05
working-with-sqlite.md
1
1
export
working-with-sqlite
2
from
"williballenthin/aiwilli"
from
"williballenthin/aiwilli"
3
Preferences and tricks for working with SQLite databases
2026-01-05
aws-infrastructure-architect.md
1
1
export
aws-infrastructure-architect
2
from
"jzallen/fred_simulations"
from
"jzallen/fred_simulations"
3
Design and implement AWS infrastructure using IaC (CloudFormation, CDK, Terraform) with boto3 expertise and Well-Architected Framework guidance.
2026-01-05
tracking-technical-debt.md
1
1
export
tracking-technical-debt
2
from
"snits/claude-files"
from
"snits/claude-files"
3
Use when you notice code problems while working on something else - links code markers to beads so issues don't get lost. Triggers on "I see a problem but can't fix it now."
2026-01-05
omg.md
1
1
export
omg
2
from
"mcclowes/omg"
from
"mcclowes/omg"
3
Use when writing or editing .omg.md files - the human-first DSL for API specification that compiles to OpenAPI 3.1
2026-01-05
ni.md
1
1
export
ni
2
from
"fohte/dotfiles"
from
"fohte/dotfiles"
3
Use ni (@antfu/ni) for package manager operations. Use this skill when installing dependencies, running scripts, or executing packages in JavaScript/TypeScript projects.
2026-01-05
project-architecture.md
1
1
export
project-architecture
2
from
"AbdulSamad94/Hackhaton-SpecsKitPlus"
from
"AbdulSamad94/Hackhaton-SpecsKitPlus"
3
Overview of the project's tech stack, directory structure, and architectural patterns.
2026-01-05
state-management-architect.md
1
1
export
state-management-architect
2
from
"deve1993/Quickfy-website"
from
"deve1993/Quickfy-website"
3
Design and implement state management solutions using Context API, XState, Zustand, Jotai, and custom hooks with testing patterns and performance optimization
2026-01-05
visidata.md
1
1
export
visidata
2
from
"botassembly/jn"
from
"botassembly/jn"
3
VisiData is a terminal spreadsheet for exploring data. Use it instead of one-off jq/SQL queries. Check --help first, then use with tmux for programmatic control.
2026-01-05
security-scanning.md
1
1
export
security-scanning
2
from
"bobmatnyc/terminator"
from
"bobmatnyc/terminator"
3
CI security scanning: secrets, deps, SAST, triage, expiring exceptions
2026-01-05
csrf-protection.md
1
1
export
csrf-protection
2
from
"harperaa/secure-claude-skills"
from
"harperaa/secure-claude-skills"
3
Implement Cross-Site Request Forgery (CSRF) protection for API routes. Use this skill when you need to protect POST/PUT/DELETE endpoints, implement token validation, prevent cross-site attacks, or secure form submissions. Triggers include "CSRF", "cross-site request forgery", "protect form", "token validation", "withCsrf", "CSRF token", "session fixation".
2026-01-05
subagent-development.md
1
1
export
subagent-development
2
from
"DMJGilbert/.config"
from
"DMJGilbert/.config"
3
Execute plans using fresh subagent per task with code review between tasks. Use for high-quality iterative implementation.
2026-01-05
architecture-adr.md
1
1
export
architecture-adr
2
from
"CoderMariusz/MonoPilot"
from
"CoderMariusz/MonoPilot"
3
When making significant architectural decisions that need to be documented. Used by ARCHITECT-AGENT.
2026-01-05
respond.md
1
1
export
respond
2
from
"ardeshir/krzy"
from
"ardeshir/krzy"
3
Add builder's exegesis to a critique post. Use /respond to add inline reflections to each Roman numeral section of a critique, exploring what it means for the ecosystem and the builder.
2026-01-05
agent-sop-creator.md
1
1
export
agent-sop-creator
2
from
"natsirtguy/natsirtguy-skills"
from
"natsirtguy/natsirtguy-skills"
3
Guide for creating Agent SOPs (Standard Operating Procedures). Use this skill when the user wants to create a new SOP workflow for AI agents, write an agent procedure, or needs help with SOP format and best practices. Triggers on requests like "create an SOP", "new agent workflow", "help me write an SOP", "create a procedure for agents", or "SOP template".
2026-01-05