Browse Skills

44358 skills found

documentation-sync.md
135
1 export documentation-sync
2 rsmdt from "rsmdt/the-startup"
3 Maintain documentation freshness and code-doc alignment. Use when detecting stale documentation, suggesting doc updates during implementation, validating doc accuracy, or generating missing documentation. Handles staleness detection, coverage analysis, and doc/code synchronization.
2026-01-16
feature-prioritization.md
135
1 export feature-prioritization
2 rsmdt from "rsmdt/the-startup"
3 RICE, MoSCoW, Kano, and value-effort prioritization frameworks with scoring methodologies and decision documentation. Use when prioritizing features, evaluating competing initiatives, creating roadmaps, or making build vs defer decisions.
2026-01-16
error-recovery.md
135
1 export error-recovery
2 rsmdt from "rsmdt/the-startup"
3 Consistent error patterns, validation approaches, and recovery strategies. Use when implementing input validation, designing error responses, handling failures gracefully, or establishing logging practices. Covers operational vs programmer errors, user-facing vs internal errors, and recovery mechanisms.
2026-01-16
security-assessment.md
135
1 export security-assessment
2 rsmdt from "rsmdt/the-startup"
3 Vulnerability review, OWASP patterns, secure coding practices, and threat modeling approaches. Use when reviewing code security, designing secure systems, performing threat analysis, or validating security implementations.
2026-01-16
bug-diagnosis.md
135
1 export bug-diagnosis
2 rsmdt from "rsmdt/the-startup"
3 Apply scientific debugging methodology through conversational investigation. Use when investigating bugs, forming hypotheses, tracing error causes, performing root cause analysis, or systematically diagnosing issues. Includes progressive disclosure patterns, observable actions principle, and user-controlled dialogue flow.
2026-01-16
code-review.md
135
1 export code-review
2 rsmdt from "rsmdt/the-startup"
3 Coordinate multi-agent code review with specialized perspectives. Use when conducting code reviews, analyzing PRs, evaluating staged changes, or reviewing specific files. Handles security, performance, quality, and test coverage analysis with confidence scoring and actionable recommendations.
2026-01-16
tech-stack-detection.md
135
1 export tech-stack-detection
2 rsmdt from "rsmdt/the-startup"
3 Auto-detect project tech stacks (React, Vue, Express, Django, etc.). Recognize package managers and configuration patterns. Use when starting work on any project, analyzing dependencies, or providing framework-specific guidance.
2026-01-16
sragent.md
135
1 export sragent
2 ArcInstitute from "ArcInstitute/SRAgent"
3 Query the Sequence Read Archive (SRA), retrieve scientific publications, and analyze genomics metadata using the SRAgent toolkit. Supports accession conversion (GSE→SRX→SRR), BigQuery metadata queries, manuscript downloads from multiple sources, and scRNA-seq technology identification. Use when working with SRA/GEO datasets, finding publications, or analyzing single-cell sequencing experiments.
2025-12-26
test-driven-development.md
134
1 export test-driven-development
2 brobertsaz from "brobertsaz/claude-os"
3 Use when implementing any feature or bugfix, before writing implementation code - write the test first, watch it fail, write minimal code to pass; ensures tests actually verify behavior by requiring failure first
2026-01-16
analyze-project.md
134
1 export analyze-project
2 brobertsaz from "brobertsaz/claude-os"
3 Analyze a project's codebase and documentation to generate coding standards, architecture docs, and development practices. Perfect for new project onboarding. Usage: 'analyze-project: /path/to/project' or 'analyze: /path/to/project'
2026-01-16
memory.md
134
1 export memory
2 brobertsaz from "brobertsaz/claude-os"
3 Save and recall information across sessions. Use when you hear 'remember this', 'save to memory', 'add to your knowledge', or similar. Stores to Claude OS knowledge bases for persistent recall.
2026-01-16
claude-skill.md
134
1 export claude-skill
2 myysophia from "myysophia/codex-config"
3 Use when user asks to leverage claude or claude code to do something (e.g. implement a feature design or review codes, etc). Provides non-interactive automation mode for hands-off task execution without approval prompts.
2026-01-14
autonomous-skill.md
134
1 export autonomous-skill
2 myysophia from "myysophia/codex-config"
3 Use when user wants to execute long-running tasks that require multiple sessions to complete. This skill manages task decomposition, progress tracking, and autonomous execution using Codex non-interactive mode with auto-continuation. Trigger phrases include autonomous, long-running task, multi-session, 自主执行, 长时任务, autonomous skill.
2026-01-14
svelte-code-writer.md
133
1 export svelte-code-writer
2 sveltejs from "sveltejs/mcp"
3 CLI tools for Svelte 5 documentation lookup and code analysis. MUST be used whenever creating or editing any Svelte component (.svelte) or Svelte module (.svelte.ts/.svelte.js). If possible, this skill should be executed within the svelte-file-editor agent for optimal results.
2026-01-16
project-name.md
132
1 export project-name
2 danielmeppiel from "danielmeppiel/apm"
3 {{description}}
2026-01-05
new-plugin.md
131
1 export new-plugin
2 iPlug2 from "iPlug2/iPlug2OOS"
3 Create a new iPlug2 plugin project by duplicating TemplateProject in the iPlug2OOS repository
2026-01-08
run-ios-simulator.md
131
1 export run-ios-simulator
2 iPlug2 from "iPlug2/iPlug2OOS"
3 Build and run an iPlug2 iOS app in the iOS Simulator
2026-01-08
build.md
131
1 export build
2 iPlug2 from "iPlug2/iPlug2OOS"
3 Build an iPlug2 plugin project for different formats and platforms (macOS, iOS, Windows)
2026-01-08
build-cmake.md
131
1 export build-cmake
2 iPlug2 from "iPlug2/iPlug2OOS"
3 Build an iPlug2 plugin project using CMake (Ninja or Xcode generator)
2026-01-08
architecture-patterns.md
129
1 export architecture-patterns
2 groupzer0 from "groupzer0/vs-code-agents"
3 Common software architecture patterns, ADR templates, and anti-pattern detection. Supports architectural review, design decisions, and system documentation.
2026-01-16
document-lifecycle.md
129
1 export document-lifecycle
2 groupzer0 from "groupzer0/vs-code-agents"
3 Unified document lifecycle management. Defines terminal statuses, unified numbering via .next-id, close procedures, and orphan detection. Load at session start.
2026-01-16
engineering-standards.md
129
1 export engineering-standards
2 groupzer0 from "groupzer0/vs-code-agents"
3 Core software engineering principles (SOLID, DRY, YAGNI, KISS) with detection patterns and refactoring guidance. Load when reviewing code quality, planning architecture, or identifying technical debt.
2026-01-16
testing-patterns.md
129
1 export testing-patterns
2 groupzer0 from "groupzer0/vs-code-agents"
3 TDD workflow and test strategy patterns including test pyramid, coverage strategies, mocking approaches, and anti-patterns. Load when writing tests, designing test strategies, or reviewing test coverage.
2026-01-16
update-dataset.md
129
1 export update-dataset
2 owid from "owid/etl"
3 End-to-end dataset update workflow with PR creation, snapshot, meadow, garden, and grapher steps. Use when user wants to update a dataset, refresh data, run ETL update, or mentions updating dataset versions.
2026-01-16