Browse Skills
44358 skills found
adapter-factory.md
166
1
export
adapter-factory
2
from
"blueman82/ai-counsel"
from
"blueman82/ai-counsel"
3
Guide for creating new CLI or HTTP adapters to integrate AI models into the AI Counsel deliberation system
2026-01-09
decision-graph-analyzer.md
166
1
export
decision-graph-analyzer
2
from
"blueman82/ai-counsel"
from
"blueman82/ai-counsel"
3
Query and analyze the AI Counsel decision graph to find past deliberations, identify patterns, and debug memory issues
2026-01-09
deliberation-tester.md
166
1
export
deliberation-tester
2
from
"blueman82/ai-counsel"
from
"blueman82/ai-counsel"
3
Test-Driven Development patterns for testing AI deliberation features. Use when adding new deliberation features, adapters, convergence detection, or decision graph components. Encodes TDD workflow: write test first → implement → verify.
2026-01-09
config-schema-migrator.md
166
1
export
config-schema-migrator
2
from
"blueman82/ai-counsel"
from
"blueman82/ai-counsel"
3
Expert at evolving Pydantic configuration schemas with backward compatibility and automated migrations
2026-01-09
design-postgres-tables.md
158
1
export
design-postgres-tables
2
from
"timescale/pg-aiguide"
from
"timescale/pg-aiguide"
3
Comprehensive PostgreSQL-specific table design reference covering data types, indexing, constraints, performance patterns, and advanced features
2026-01-09
find-hypertable-candidates.md
158
1
export
find-hypertable-candidates
2
from
"timescale/pg-aiguide"
from
"timescale/pg-aiguide"
3
Analyze an existing PostgreSQL database to identify tables that would benefit from conversion to TimescaleDB hypertables
2026-01-09
council-router.md
158
1
export
council-router
2
from
"namastexlabs/automagik-genie"
from
"namastexlabs/automagik-genie"
3
Route code reviews to appropriate council members. Use when reviewing PRs, architecture decisions, or significant code changes that need expert perspective.
2026-01-08
migrate-postgres-tables-to-hypertables.md
158
1
export
migrate-postgres-tables-to-hypertables
2
from
"timescale/pg-aiguide"
from
"timescale/pg-aiguide"
3
Comprehensive guide for migrating PostgreSQL tables to TimescaleDB hypertables with optimal configuration and performance validation
2026-01-09
setup-timescaledb-hypertables.md
158
1
export
setup-timescaledb-hypertables
2
from
"timescale/pg-aiguide"
from
"timescale/pg-aiguide"
3
Step-by-step instructions for designing table schemas and setting up TimescaleDB with hypertables, indexes, compression, retention policies, and continuous aggregates. Instructions for selecting: partition columns, segment_by columns, order_by columns, chunk time interval, real-time aggregation.
2026-01-09
executing-plans.md
157
1
export
executing-plans
2
from
"geeksblabla/stateofdev.ma"
from
"geeksblabla/stateofdev.ma"
3
Use when partner provides a complete implementation plan to execute in controlled batches with review checkpoints - loads plan, reviews critically, executes tasks in batches, reports for review between batches
2026-01-01
brainstorming into designs.md
157
1
export
brainstorming into designs
2
from
"geeksblabla/stateofdev.ma"
from
"geeksblabla/stateofdev.ma"
3
Use when creating or developing, before writing code or implementation plans - refines rough ideas into fully-formed designs through collaborative questioning, alternative exploration, and incremental validation. Don't use during clear 'mechanical' processes
2026-01-01
writing-plans.md
157
1
export
writing-plans
2
from
"geeksblabla/stateofdev.ma"
from
"geeksblabla/stateofdev.ma"
3
Use when design is complete and you need detailed implementation tasks for engineers with zero codebase context - creates comprehensive implementation plans with exact file paths, complete code examples, and verification steps assuming engineer has minimal domain knowledge
2026-01-01
vexor-cli.md
156
1
export
vexor-cli
2
from
"scarletkc/vexor"
from
"scarletkc/vexor"
3
Semantic file discovery via `vexor`. Use whenever locating where something is implemented/loaded/defined in a medium or large repo, or when the file location is unclear. Prefer this over manual browsing.
2026-01-09
claude-reflect.md
154
1
export
claude-reflect
2
from
"BayramAnnakov/claude-reflect"
from
"BayramAnnakov/claude-reflect"
3
Self-learning system that captures corrections during sessions and reminds users to run /reflect to update CLAUDE.md. Use when discussing learnings, corrections, or when the user mentions remembering something for future sessions.
2026-01-09
search-company-knowledge.md
152
1
export
search-company-knowledge
2
from
"atlassian/atlassian-mcp-server"
from
"atlassian/atlassian-mcp-server"
3
Search across company knowledge bases (Confluence, Jira, internal docs) to find and explain internal concepts, processes, and technical details. When Claude needs to: (1) Find or search for information about systems, terminology, processes, deployment, authentication, infrastructure, architecture, or technical concepts, (2) Search internal documentation, knowledge base, company docs, or our docs, (3) Explain what something is, how it works, or look up information, or (4) Synthesize information from multiple sources. Searches in parallel and provides cited answers.
2026-01-09
signal-capture.md
152
1
export
signal-capture
2
from
"PackmindHub/packmind"
from
"PackmindHub/packmind"
3
Detect and capture technical preferences, naming conventions, and architectural practices from user messages into Packmind standards. Trigger when user prescribes HOW to code through direct statements (e.g., "Use snake_case for columns", "Always use async/await") or suggestive patterns like questions ("Could we use X instead?"), code review feedback ("This would be clearer with X"), and comparative statements ("Use X instead of Y"). Does NOT trigger for feature requests, bug reports, or general implementation tasks without coding preferences.
2026-01-09
generate-status-report.md
152
1
export
generate-status-report
2
from
"atlassian/atlassian-mcp-server"
from
"atlassian/atlassian-mcp-server"
3
Generate project status reports from Jira issues and publish to Confluence. When Claude needs to: (1) Create a status report for a project, (2) Summarize project progress or updates, (3) Generate weekly/daily reports from Jira, (4) Publish status summaries to Confluence, or (5) Analyze project blockers and completion. Queries Jira issues, categorizes by status/priority, and creates formatted reports for delivery managers and executives.
2026-01-09
triage-issue.md
152
1
export
triage-issue
2
from
"atlassian/atlassian-mcp-server"
from
"atlassian/atlassian-mcp-server"
3
Intelligently triage bug reports and error messages by searching for duplicates in Jira and offering to create new issues or add comments to existing ones. When Claude needs to: (1) Triage a bug report or error message, (2) Check if an issue is a duplicate, (3) Find similar past issues, (4) Create a new bug ticket with proper context, or (5) Add information to an existing ticket. Searches Jira for similar issues, identifies duplicates, checks fix history, and helps create well-structured bug reports.
2026-01-09
spec-to-backlog.md
152
1
export
spec-to-backlog
2
from
"atlassian/atlassian-mcp-server"
from
"atlassian/atlassian-mcp-server"
3
Automatically convert Confluence specification documents into structured Jira backlogs with Epics and implementation tickets. When Claude needs to: (1) Create Jira tickets from a Confluence page, (2) Generate a backlog from a specification, (3) Break down a spec into implementation tasks, or (4) Convert requirements into Jira issues. Handles reading Confluence pages, analyzing specifications, creating Epics with proper structure, and generating detailed implementation tickets linked to the Epic.
2026-01-09
capture-tasks-from-meeting-notes.md
152
1
export
capture-tasks-from-meeting-notes
2
from
"atlassian/atlassian-mcp-server"
from
"atlassian/atlassian-mcp-server"
3
Analyze meeting notes to find action items and create Jira tasks for assigned work. When Claude needs to: (1) Create Jira tasks or tickets from meeting notes, (2) Extract or find action items from notes or Confluence pages, (3) Parse meeting notes for assigned tasks, or (4) Analyze notes and generate tasks for team members. Identifies assignees, looks up account IDs, and creates tasks with proper context.
2026-01-09
usage-rules.md
149
1
export
usage-rules
2
from
"bradleygolden/claude-marketplace-elixir"
from
"bradleygolden/claude-marketplace-elixir"
3
Search for package-specific usage rules and best practices from Elixir packages. Use when you need coding conventions, patterns, common mistakes, or good/bad examples for packages like Ash, Phoenix, Ecto, etc.
2026-01-09
remembering-conversations.md
149
1
export
remembering-conversations
2
from
"obra/episodic-memory"
from
"obra/episodic-memory"
3
Use when user asks 'how should I...' or 'what's the best approach...' after exploring code, OR when you've tried to solve something and are stuck, OR for unfamiliar workflows, OR when user references past work. Searches conversation history.
2026-01-08
hex-docs-search.md
149
1
export
hex-docs-search
2
from
"bradleygolden/claude-marketplace-elixir"
from
"bradleygolden/claude-marketplace-elixir"
3
Research Hex packages (Sobelow, Phoenix, Ecto, Credo, Ash, etc). Use when investigating packages, understanding integration patterns, or finding module/function docs and usage examples. Automatically fetches missing documentation and source code locally.
2026-01-09
workflow-generator.md
149
1
export
workflow-generator
2
from
"bradleygolden/claude-marketplace-elixir"
from
"bradleygolden/claude-marketplace-elixir"
3
Generate project-specific workflow commands (research, plan, implement, qa) by asking questions about the project and creating customized commands
2026-01-09