Browse Skills

6825 skills found

reporting.md
1
1 export reporting
2 refractionPOINT from "refractionPOINT/lc-ai"
3 Generate comprehensive multi-tenant security and operational reports from LimaCharlie. Provides billing summaries, usage roll-ups, detection trends, sensor health monitoring, and configuration audits across multiple organizations. Supports both per-tenant detailed breakdowns and cross-tenant aggregated roll-ups. Built with strict data accuracy guardrails to prevent fabricated metrics. Supports partial report generation when some organizations fail, with transparent error documentation. Time windows always displayed, detection limits clearly flagged, zero cost calculations.
2026-01-05
stig.md
1
1 export stig
2 bresilla from "bresilla/dot"
3 Use Stig to generate documentation from C/C++ code with Doxygen-style comments
2026-01-05
testing-workflow.md
1
1 export testing-workflow
2 obinopaul from "obinopaul/agents-backend"
3 Testing best practices with pytest. Use this skill when writing tests, setting up test infrastructure, or debugging test failures.
2026-01-05
nextjs16-skills.md
1
1 export nextjs16-skills
2 gocallum from "gocallum/nextjs16-agent-skills"
3 Key facts and links for Next.js 16. Use for planning, writing, and troubleshooting Next.js 16 changes.
2026-01-05
documentation-writer.md
1
1 export documentation-writer
2 C0ntr0lledCha0s from "C0ntr0lledCha0s/logseq-template-graph"
3 Expert technical writer for Logseq Template Graph project. Generates comprehensive, accurate, and well-structured documentation for modules, features, guides, and APIs. Activates when asked to "write docs", "document this", "create README", "update documentation", or similar requests. Analyzes code/templates to extract information and writes clear, user-focused documentation following project style.
2026-01-05
tronrelic-frontend-development.md
1
1 export tronrelic-frontend-development
2 delphian from "delphian/tronrelic"
3 Load frontend documentation and apply TronRelic's design system patterns for React components, CSS styling, and accessibility
2026-01-05
capture.md
1
1 export capture
2 designnotdrum from "designnotdrum/brain-jar"
3 Capture thinking visually during brainstorming, architecture discussions, or explaining flows. Creates persistent Mermaid diagrams.
2026-01-05
test-driven-development.md
1
1 export test-driven-development
2 coodeex from "coodeex/agentic-coding"
3 Use when implementing any feature or bugfix, before writing implementation code
2026-01-05
completion-checklist.md
1
1 export completion-checklist
2 adilkalam from "adilkalam/claude-vibe-code"
3 MANDATORY checklist before claiming ANY task complete - verifies file organization, constraints, documentation consistency, and provides evidence
2026-01-05
golang-expert.md
1
1 export golang-expert
2 fjacquet from "fjacquet/camt-csv"
3 Expert Go/Golang development guidance enforcing best practices, functional programming principles,KISS, DRY, and idiomatic patterns. Use when: (1) Writing new Go code, (2) Reviewing Go code forquality issues, (3) Refactoring Go code, (4) Designing Go architecture with interfaces and DI,(5) Writing or improving Go tests, (6) Debugging concurrency or performance issues,(7) User asks about Go best practices or patterns.
2026-01-05
code-reuse-enforcement.md
1
1 export code-reuse-enforcement
2 ai-debugger-inc from "ai-debugger-inc/aidb"
3 CRITICAL guardrail for preventing code duplication and magic strings in the AIDB codebase.Enforces discovery of existing constants, enums, and utilities BEFORE writing new code.
2026-01-05
superset-sql-developer.md
1
1 export superset-sql-developer
2 jgtolentino from "jgtolentino/insightpulse-odoo"
3 Expert guidance for writing optimized SQL queries for Apache Superset datasets, virtual datasets, and SQL Lab. This skill helps you create performant queries, design efficient datasets, and leverage PostgreSQL features - with specific patterns for Finance SSC, BIR compliance, and Odoo integration.
2026-01-05
comment-generator.md
1
1 export comment-generator
2 Dexploarer from "Dexploarer/claudius-skills"
3 Generate code comments and docstrings. Use when user asks to "add comments", "document this code", "explain with comments", or "add docstrings".
2026-01-05
sdd-slice-wish.md
1
1 export sdd-slice-wish
2 See2et from "See2et/bakopa-vr"
3 大きな「やりたいこと」を、1Spec=1PRとしてレビュー可能・検証可能・安全にマージ可能なサイズへスライスする。ここでは具体的な仕様書(受入条件の詳細化・テスト観点の網羅・docs/specs/* の作成)は行わない(それは sdd-init / sdd-test-cases の責務)。出力は「スライス案(S/M/L)」「推奨スライス」「前提・制約・リスク・未決事項」「次フェーズへの入力(sdd-init に渡す要点)」に限定する。
2026-01-05
component-documenter.md
1
1 export component-documenter
2 deve1993 from "deve1993/Quickfy-website"
3 Write professional documentation including README files, Storybook stories, API docs, usage examples, and migration guides for component libraries
2026-01-05
markdown-presentation.md
1
1 export markdown-presentation
2 plinde from "plinde/claude-plugins"
3 This skill should be used when creating markdown-based presentations with expandable sections, timing guides, and speaker-friendly formatting. Use for team onboarding, technical deep-dives, and knowledge transfer sessions.
2026-01-05
querying-logseq-data.md
1
1 export querying-logseq-data
2 C0ntr0lledCha0s from "C0ntr0lledCha0s/claude-code-plugin-automations"
3 Expert in building Datalog queries for Logseq DB graphs. Auto-invokes when users need help writing Logseq queries, understanding Datalog syntax, optimizing query performance, or working with the Datascript query engine. Covers advanced query patterns, pull syntax, aggregations, and DB-specific query techniques.
2026-01-05
diary-writer.md
1
1 export diary-writer
2 nnsi from "nnsi/hono-practice"
3 /docs/diary/に日記を書く。
2026-01-05
initialize-governance.md
1
1 export initialize-governance
2 samjhecht from "samjhecht/wrangler"
3 Initialize complete governance framework in a project - creates constitution, roadmap, directory READMEs, and issue/spec templates with guided setup process
2026-01-05
backend-api.md
1
1 export backend-api
2 imkdw from "imkdw/imkdw-dev"
3 Design and implement NestJS REST API endpoints following the project's layered architecture (Controllers, Use Cases, Repositories). Use this skill when creating or modifying controller files (*.controller.ts), defining API routes, implementing HTTP handlers, setting up Swagger documentation, configuring route guards and decorators, working with request/response DTOs, or structuring API endpoints. This includes files in features/{feature}/controller/, auth/controller/, and any file with @Controller() decorator. Apply when working with API_ENDPOINTS constants, @Get/@Post/@Put/@Patch/@Delete decorators, @ApiTags/@ApiProperty swagger decorators, @Public/@MemberRoles custom decorators, HttpCode/HttpStatus configurations, or Query/Param/Body parameter decorators.
2026-01-05
customer-acquisition-focus.md
1
1 export customer-acquisition-focus
2 totalaudiopromo from "totalaudiopromo/total-audio-platform"
3 Use when working on Total Audio Platform (Audio Intel) during customer acquisition phase - enforces focus on customer-facing features over technical perfection, validates work contributes to £500/month goal, prevents perfectionism and over-optimization that delays customer acquisition
2026-01-05
deciding-investment-timing.md
1
1 export deciding-investment-timing
2 synapseradio from "synapseradio/thinkies"
3 Decide when to invest effort by assessing whether deferral increases or decreases total cost through compound effects versus learning. Use when: (1) asked to choose between fixing technical debt now versus deferring it, (2) immediate refactoring is advocated without considering what would be learned by waiting, (3) timing decisions are based on feelings about code quality rather than economics, (4) quick fixes are recommended without asking whether they make future fixes harder.
2026-01-05
codex-search.md
1
1 export codex-search
2 dceoy from "dceoy/gh-actions-for-devops"
3 Search the web using OpenAI Codex CLI to find current documentation, best practices, solutions, and technical information. Use when the user needs to research libraries, find API documentation, troubleshoot errors, or learn about new technologies. Requires Codex CLI installed.
2026-01-05
universal-workflow-init.md
1
1 export universal-workflow-init
2 laguna821 from "laguna821/achmage_universal_workflow_initiator"
3 Bootstraps new projects by running a 5-question intake and generating a minimal scaffold (WORKPLAN.md, BRIEF.md, OUTLINE.md, SOURCES.md, LOG.md) plus optional folders for writing/research/coding. Use when the user asks to start a new project, plan a workflow, scaffold folders/files, or set up a reusable pipeline.
2026-01-05