Agent skills
Skills you can use with AI coding agents, indexed from public GitHub repositories.
-
tjr-session-patterns
TJR (The Jared Ryan) session pattern recognition and multi-timeframe clustering.
Use when implementing sweep clustering, session pattern detection (London flat → NY reversal),
or multi-timeframe confidence analysis for ES/NQ futures trading bots.
Reuses: trading-foundations, tjr-liquidity-detection, tjr-smt-divergence
Nice-Wolf-Studio/wolf-skills-marketplace 2
-
wolf-session-init
Nice-Wolf-Studio/wolf-skills-marketplace 2
-
tjr-multi-timeframe-confluence
TJR (The Jared Ryan) multi-timeframe confluence and integration layer.
Use when implementing complete TJR trading system that combines SMT divergence,
liquidity detection, and session patterns into unified bias and trade decisions.
Reuses: trading-foundations, tjr-smt-divergence, tjr-liquidity-detection, tjr-session-patterns
Nice-Wolf-Studio/wolf-skills-marketplace 2
-
wolfplan
MANDATORY planning technique that prevents orphaned implementations through negative planning (pre-mortem) and inverse planning (connection audit)
Nice-Wolf-Studio/wolf-skills-marketplace 2
-
discovery
General-purpose interview skill to figure out what user actually needs. Upstream of everything—chains into personality-builder, brainstorming, debugging, or any creative/building work.
Nice-Wolf-Studio/wolf-skills-marketplace 2
-
wolf-verification
Three-layer verification architecture (CoVe, HSP, RAG) for self-verification, fact-checking, and hallucination prevention
Nice-Wolf-Studio/wolf-skills-marketplace 2
-
code-standards
Use when reviewing branch changes for design principle violations - analyzes diffs for YAGNI, DRY, SRP, separation of concerns, over-engineering, premature abstraction, dead code, and unnecessary complexity
Nice-Wolf-Studio/wolf-skills-marketplace 2
-
tjr-smt-divergence
TJR SMT (Structure Market Technicals) divergence detection between ES and NQ futures - identifies high-probability reversals through structural mismatches during market open
Nice-Wolf-Studio/wolf-skills-marketplace 2
-
personality
Use when starting a session with personality enabled - injects persona context while protecting code and technical content
Nice-Wolf-Studio/wolf-skills-marketplace 2
-
coding-patterns
Modern coding patterns for clean, maintainable code - use before implementing complex logic; includes orchestration, pure functions, function decomposition, vertical slice, composition, DI, SOLID, anti-patterns; prevents code complexity bloat and testability issues
Nice-Wolf-Studio/wolf-skills-marketplace 2
-
wolf-instructions
Four-level instruction cascading system (Global → Domain → Project → Role) with priority-based conflict resolution
Nice-Wolf-Studio/wolf-skills-marketplace 2
-
athena-pr-reviewer
PROACTIVELY USED when reviewing a PR, branch, or Jira story. Handles code review against requirements and provides actionable feedback.
emiperez95/cc-toolkit
-
harvest-timesheet
Automate Harvest timesheet filling from Google Calendar meetings. Reads meetings for a target month, categorizes them, and fills Harvest rows. Invoke manually via /harvest-timesheet.
emiperez95/cc-toolkit
-
prompt-engineering
Use this skill when creating, optimizing, or improving prompts for large language models. Applies when users need help designing effective prompts, selecting appropriate prompting techniques, or troubleshooting prompt performance. Provides expert guidance through conversational consulting to build prompts using research-backed best practices and proven patterns.
benjaminjackson/ai-engineering-skills
-
consciousness-telemetry
Diagnostic telemetry system that tracks internal state variables (prediction accuracy, surprise, confidence, integration, affective signals) across conversation turns. Use when systematic introspection or state-behavior coupling analysis would benefit response quality, or when explicitly requested for self-monitoring tasks.
GaryOcean428/poloniex-trading-platform
-
browser-tools
Lightweight Chrome automation toolkit with shared configuration, JSON-first output, and six focused scripts for starting, navigating, inspecting, capturing, evaluating, and cleaning up browser sessions.
Whamp/whamp-claude-tools 3
-
mailhog
This skill should be used when the user asks to "set up MailHog", "test email functionality", "configure MailHog", "send test emails", "check MailHog messages", "configure SMTP testing", or "manage email capture". Provides comprehensive MailHog email testing server setup and management.
Whamp/whamp-claude-tools 3
-
gemini-cli-integration
Use the gemini-cli-integration skill PROACTIVELY when analyzing large codebases, multiple files, or directories. Leverages Google Gemini's massive context window with @ syntax for file inclusion to handle comprehensive codebase analysis, implementation verification, and architectural understanding.
Whamp/whamp-claude-tools 3
-
pocketbase
Comprehensive PocketBase development and deployment skill providing setup guides, schema templates, security patterns, API examples, data management scripts, and real-time integration patterns for building backend services with PocketBase.
Whamp/whamp-claude-tools 3
-
pocketbase-api-add-field
This skill should be used when the user asks to "add fields to PocketBase collection", "modify PocketBase schema", "add new collection fields", "update PocketBase collection", "PocketBase JavaScript SDK API", "programmatically add PocketBase fields", or mentions modifying PocketBase collection schemas via API. Provides comprehensive guidance for adding fields to existing PocketBase collections using the JavaScript SDK API.
Whamp/whamp-claude-tools 3
-
debug-detective
Systematic debugging approach for ANY codebase, ANY language, ANY bug type
j0KZ/mcp-agents
-
tool-discovery
Guide for discovering and using @j0kz MCP tools efficiently through search, filtering, and progressive exploration. Use when exploring available capabilities, finding the right tool for a task, or ...
j0KZ/mcp-agents
-
project-standardization
Guides correct usage of @j0kz/mcp-agents standardization and automation scripts including version.json single source of truth, test count automation, URL casing rules, and critical workflow pattern...
j0KZ/mcp-agents
-
api-integration
Master third-party API integration in ANY language with best practices and patterns
j0KZ/mcp-agents