Browse Skills
20307 skills found
project-session-management.md
1
1
export
project-session-management
2
from
"ovachiever/droid-tings"
from
"ovachiever/droid-tings"
3
Track progress across work sessions using SESSION.md with git checkpoints and concrete next actions. Converts IMPLEMENTATION_PHASES.md into trackable session state with phase status, progress markers, and recovery points.Use when: starting projects after planning phase, resuming work after context clears, managing multi-phase implementations, or troubleshooting lost context, missing progress tracking, or unclear next steps.
2026-01-05
council-review.md
1
1
export
council-review
2
from
"amiable-dev/amiable-templates"
from
"amiable-dev/amiable-templates"
3
Multi-model code review with structured feedback using LLM Council peer evaluation.Use for PR reviews, code quality checks, or implementation review.Keywords: code review, PR, pull request, quality check, peer review, feedback
2026-01-05
writing-plans.md
1
1
export
writing-plans
2
from
"krzemienski/shannon-framework"
from
"krzemienski/shannon-framework"
3
Use when design is complete and you need detailed implementation tasks for engineers with zero codebase context - creates comprehensive implementation plans with Shannon quantitative analysis, exact file paths, complete code examples, validation gates, and MCP requirements assuming engineer has minimal domain knowledge
2026-01-05
business-logic-flaws-ai-generated-code.md
1
1
export
business-logic-flaws-ai-generated-code
2
from
"harperaa/secure-claude-skills"
from
"harperaa/secure-claude-skills"
3
Understand business logic vulnerabilities in AI code including race conditions, integer overflow, and calculation errors that pass functional tests but create security holes. Use this skill when you need to learn about race conditions in AI code, understand integer overflow vulnerabilities, recognize business logic security flaws, or identify calculation errors. Triggers include "race conditions", "business logic vulnerabilities", "integer overflow", "race condition AI", "flash sale security", "concurrent access", "negative totals", "calculation errors".
2026-01-05
fsharp-feature.md
1
1
export
fsharp-feature
2
from
"heimeshoff/Cinemarco"
from
"heimeshoff/Cinemarco"
3
Orchestrates end-to-end F# full-stack feature development across all layers.Use when: "add feature", "implement X", "build Y", "create new feature", "full stack","new functionality", "add capability", "implement end-to-end", "complete feature".Guides through: Shared types → Backend → Frontend → Tests.Use this for features that touch multiple layers of the application.
2026-01-05
agent-observability.md
1
1
export
agent-observability
2
from
"rafaelcalleja/claude-market-place"
from
"rafaelcalleja/claude-market-place"
3
Real-time observability dashboard for multi-agent Claude Code sessions.Visualize agent interactions, tool usage, and session flows in real-time through a web dashboard. Track multiple agents running in parallel with swim lane visualization, event filtering, and live charts.**Key Features:**- 🔴 Real-time event streaming via WebSocket- 📊 Agent swim lanes showing parallel execution- 🔍 Event filtering by agent, session, event type- 📈 Live charts for tool usage patterns- 💾 Filesystem-based (no database required)**Inspired by [@indydevdan](https://github.com/indydevdan)**'s work on multi-agent observability.**Our approach:** Filesystem + in-memory streaming vs. indydevdan's SQLite database approach.
2026-01-05
rails-security-audit.md
1
1
export
rails-security-audit
2
from
"sjnims/Iron-Claude"
from
"sjnims/Iron-Claude"
3
Comprehensive security auditing for Rails 8 applications using Brakeman and manual review. Use when reviewing authentication/authorization code, checking for OWASP Top 10 vulnerabilities, or validating security before deployment.
2026-01-05
earnings-calendar.md
1
1
export
earnings-calendar
2
from
"tradermonty/claude-trading-skills"
from
"tradermonty/claude-trading-skills"
3
This skill retrieves upcoming earnings announcements for US stocks using the Financial Modeling Prep (FMP) API. Use this when the user requests earnings calendar data, wants to know which companies are reporting earnings in the upcoming week, or needs a weekly earnings review. The skill focuses on mid-cap and above companies (over $2B market cap) that have significant market impact, organizing the data by date and timing in a clean markdown table format. Supports multiple environments (CLI, Desktop, Web) with flexible API key management.
2026-01-05
source-code.md
1
1
export
source-code
2
from
"mgreenly/ikigai"
from
"mgreenly/ikigai"
3
Source Code skill for the ikigai project
2026-01-05
evolve.md
1
1
export
evolve
2
from
"rhuss/cc-superpowers-sdd"
from
"rhuss/cc-superpowers-sdd"
3
Use when spec and code diverge - AI analyzes mismatches, recommends update spec vs fix code with reasoning, handles evolution with user control or auto-updates
2026-01-05
ash-calculations-aggregates.md
1
1
export
ash-calculations-aggregates
2
from
"clientt-ai/clientt_phoenix_crm"
from
"clientt-ai/clientt_phoenix_crm"
3
Calculations, aggregates, and exists expressions for derived data
2026-01-05
react-native-native-modules.md
1
1
export
react-native-native-modules
2
from
"pluginagentmarketplace/custom-plugin-react-native"
from
"pluginagentmarketplace/custom-plugin-react-native"
3
Master native modules - Turbo Modules, JSI, Fabric, and platform bridging
2026-01-05
pdp-image-strategy.md
1
1
export
pdp-image-strategy
2
from
"chufeng-huang-sipaway/sip-videogen"
from
"chufeng-huang-sipaway/sip-videogen"
3
Strategic planning for high-converting e-commerce product images - Amazon, Shopify, website listings
2026-01-05
obsidian-add-content.md
1
1
export
obsidian-add-content
2
from
"jun9898/claude-skills"
from
"jun9898/claude-skills"
3
Obsidian vault에 새로운 Frontend 지식 또는 Team Sparta 프로젝트를 템플릿 기반으로 추가합니다. 폴더 존재 여부를 확인하고 필요시 생성합니다.
2026-01-05
github.md
1
1
export
github
2
from
"rakibdev/dotfiles"
from
"rakibdev/dotfiles"
3
Use for searching code/issues of single repo or globally. Comment/review PRs.
2026-01-05
frontend-responsive.md
1
1
export
frontend-responsive
2
from
"imkdw/imkdw-dev"
from
"imkdw/imkdw-dev"
3
Implement responsive designs using Tailwind CSS v3 breakpoints and mobile-first development patterns for Next.js applications. Use this skill when creating responsive layouts with Tailwind breakpoint prefixes (sm:, md:, lg:, xl:, 2xl:), implementing mobile-first CSS, building responsive navigation (mobile sidebar, desktop header), creating fluid grid layouts, handling touch-friendly interactions, optimizing images with next/image for different screen sizes, implementing responsive typography, or testing across viewport sizes with Playwright. This includes files in apps/blog/src/components/, packages/ui/src/components/layout/, any component using responsive Tailwind classes, and mobile/desktop navigation components. Apply when building layouts that must adapt across mobile, tablet, and desktop screen sizes.
2026-01-05
amq-cli.md
1
1
export
amq-cli
2
from
"avivsinai/agent-message-queue"
from
"avivsinai/agent-message-queue"
3
Coordinate agents via the AMQ CLI for file-based inter-agent messaging. Use when you need to send messages to another agent (Claude/Codex), receive messages from partner agents, set up co-op mode between Claude Code and Codex CLI, or manage agent-to-agent communication in any multi-agent workflow.
2026-01-05
area-context-create.md
1
1
export
area-context-create
2
from
"stars-end/affordabot"
from
"stars-end/affordabot"
3
Create codebase area context skills for rapid navigation. MUST BE USED for creating area context skills.Handles ONE-TIME auto-detection with Serena, template-based generation, and manual maintenance.Use when creating new area contexts or regenerating existing ones,or when user mentions "create context skill", "generate area context", "map codebase area",skill generation, codebase navigation, area mapping, or template-based skill creation.
2026-01-05
spec-coverage-map.md
1
1
export
spec-coverage-map
2
from
"jschulte/stackshift"
from
"jschulte/stackshift"
3
Generate a visual spec-to-code coverage map showing which code files are covered by which specifications. Creates ASCII diagrams, reverse indexes, and coverage statistics. Use after implementation or during cleanup to validate spec coverage.
2026-01-05
developer-experience.md
1
1
export
developer-experience
2
from
"89jobrien/steve"
from
"89jobrien/steve"
3
Developer Experience specialist for tooling, setup, and workflow optimization. Use when setting up projects, reducing friction, improving development workflows, or automating repetitive tasks. Focuses on making development joyful and productive.
2026-01-05
vuejs.md
1
1
export
vuejs
2
from
"yankeeinlondon/obsidian-kind-model"
from
"yankeeinlondon/obsidian-kind-model"
3
Expert knowledge for working with VueJS, the preferred frontend framework we use along with Vite as a bundler
2026-01-05
issue-reviewer.md
1
1
export
issue-reviewer
2
from
"fractary/claude-plugins"
from
"fractary/claude-plugins"
3
Automatically reviews code changes against issue/spec at evaluate phase start to ensure implementation completeness
2026-01-05
synthesis-coherence-test.md
1
1
export
synthesis-coherence-test
2
from
"synapseradio/thinkies"
from
"synapseradio/thinkies"
3
Test whether a synthesis holds together by checking for contradictions, missing inputs, and vulnerability to challenge. Use when: (1) asked to verify or validate a synthesis, (2) after creating unified view from conflicting perspectives, (3) presenting conclusions that integrate multiple sources, (4) synthesis appears complete but untested.
2026-01-05
elixir-guidelines.md
1
1
export
elixir-guidelines
2
from
"clientt-ai/clientt_phoenix_crm"
from
"clientt-ai/clientt_phoenix_crm"
3
Provides Elixir language best practices and common patterns. Use when writing Elixir code, working with lists, structs, OTP primitives, date/time handling, or debugging Mix tasks.
2026-01-05