Topic: claude-plugin
435 skills in this topic.
-
performance-scaling
Cross-model performance optimization and scaling configurations for autonomous agents
bejranonda/LLM-Autonomous-Agent-Plugin-for-Claude 21
-
Predictive Skill Loading
Anticipates and pre-loads optimal skills before task execution based on pattern matching and historical success rates
bejranonda/LLM-Autonomous-Agent-Plugin-for-Claude 21
-
quality-standards
Defines code quality benchmarks, standards compliance, and best practices for maintaining high-quality codebases
bejranonda/LLM-Autonomous-Agent-Plugin-for-Claude 21
-
security-patterns
Comprehensive OWASP security guidelines, secure coding patterns, vulnerability prevention strategies, and remediation best practices for building secure applications
bejranonda/LLM-Autonomous-Agent-Plugin-for-Claude 21
-
testing-strategies
Provides test design patterns, coverage strategies, and best practices for comprehensive test suite development
bejranonda/LLM-Autonomous-Agent-Plugin-for-Claude 21
-
validation-standards
Tool usage requirements, failure patterns, consistency checks, and validation methodologies for Claude Code operations
bejranonda/LLM-Autonomous-Agent-Plugin-for-Claude 21
-
web-artifacts-builder
Modern web development patterns using React + Tailwind CSS + shadcn/ui for building production-quality, accessible, and performant web applications
bejranonda/LLM-Autonomous-Agent-Plugin-for-Claude 21
-
web-search-fallback
Autonomous agent-based web search fallback for when WebSearch API fails or hits limits
bejranonda/LLM-Autonomous-Agent-Plugin-for-Claude 21
-
web-validation
Comprehensive web page validation with authentication, screenshot capture, mobile testing, and enhanced error detection
bejranonda/LLM-Autonomous-Agent-Plugin-for-Claude 21
-
analyze-deps
Analyze dependency updates and generate a changelog report with breaking changes, new features, and actionable recommendations. Use after updating packages, before planned upgrades (preflight), or to research what changed between specific versions. Triggers on "analyze deps", "analyze dependencies", "dependency update report", "breaking changes in update", "what changed in dependency update".
propstreet/claude-powerpack 2
-
ask-expert
Creates expert consultation documents with code extraction, git diffs, and size tracking (125KB limit). Use when user asks to "create an expert consultation document", "prepare code for expert review", "gather architecture context", or needs comprehensive technical documentation for external analysis. Requires Node.js 18+.
propstreet/claude-powerpack 2
-
debrief
Capture session learnings and update project docs. Use when ending a session, after completing a feature, or when asked to "debrief", "capture learnings", "update project knowledge", or "what did we learn".
propstreet/claude-powerpack 2
-
deep-interview
Start a structured interview to gather requirements for complex features. Use when tackling multi-layer features, validating PRDs, or defining scope for implementation.
propstreet/claude-powerpack 2
-
mine-history
Extract and synthesize learnings from past Claude Code session transcripts into project documentation. Use when asked to "mine history", "extract learnings from past sessions", "what patterns keep recurring", or "improve docs from history".
propstreet/claude-powerpack 2
-
trim-pr
Trim a PR before merging - remove complexity that accumulated during development. Use when preparing to merge, cleaning up code, trimming unnecessary complexity, or asked to simplify a PR.
propstreet/claude-powerpack 2
-
update-pr
Creates comprehensive PR descriptions by systematically reviewing ALL changes - features, bug fixes, tests, docs, and infrastructure. Use when user asks to "update the PR", "prepare PR for review", "write PR description", or "document branch changes". Requires gh CLI.
propstreet/claude-powerpack 2
-
build-optimization
Build system optimization covering compilation, caching, incremental builds, and developer tooling. Use when improving build times, configuring CI pipelines, or designing developer tools.
NickCrew/Claude-Cortex 13
-
condition-based-waiting
Use when tests have race conditions, timing dependencies, or inconsistent pass/fail behavior - replaces arbitrary timeouts with condition polling to wait for actual state changes, eliminating flaky tests from timing guesses
NickCrew/Claude-Cortex 13
-
dev-workflows
Use when running builds, executing tests, or improving developer experience workflows - provides structured guidance for build/test execution and DX improvement.
NickCrew/Claude-Cortex 13
-
development-estimation
Use when estimating time, effort, or complexity for features or projects - provides structured estimation workflows with breakdowns, risks, and confidence intervals.
NickCrew/Claude-Cortex 13
-
docx
Comprehensive document creation, editing, and analysis with support for tracked changes, comments, formatting preservation, and text extraction. When Claude needs to work with professional documents (.docx files) for: (1) Creating new documents, (2) Modifying or editing content, (3) Working with tracked changes, (4) Adding comments, or any other document tasks
NickCrew/Claude-Cortex 13
-
multi-llm-consult
Consult external LLMs (Gemini, OpenAI/Codex, Qwen) for second opinions, alternative plans, independent reviews, or delegated tasks. Use when a user asks for another model's perspective, wants to compare answers, or requests delegating a subtask to Gemini/Codex/Qwen.
NickCrew/Claude-Cortex 13
-
multi-perspective-analysis
Adopt multiple expert personas sequentially for complex problem analysis from diverse perspectives. Single-agent only — do NOT spawn sub-agents.
NickCrew/Claude-Cortex 13
-
python-testing-patterns
Python testing patterns and best practices using pytest, mocking, and property-based testing. Use when writing unit tests, integration tests, or implementing test-driven development in Python projects.
NickCrew/Claude-Cortex 13