- Home
- /
- Categories
- /
- Agents
Agents
AI agents and automation
roadmap-prioritization
by proflead
Prioritize roadmap initiatives with tradeoffs. Use when a senior developer needs help ranking projects.
feature-flag-playbook
by proflead
Plan feature flag rollout and cleanup. Use when a mid-level developer needs controlled release guidance.
config-file-explainer
by proflead
Explain a configuration file and its key options. Use when a junior developer is confused by a config file.
scalability-assessment
by proflead
Assess a system for growth bottlenecks. Use when a senior developer needs to evaluate scaling limits.
ticket-breakdown
by proflead
Break a task or ticket into small steps. Use when a junior developer needs guidance on how to start.
dependency-upgrade-plan
by proflead
Plan safe dependency upgrades with risk notes. Use when a mid-level developer is tasked with upgrading libraries.
performance-budgeting
by proflead
Define performance budgets and guardrails. Use when a senior developer needs performance targets and enforcement.
queue-processing-patterns
by proflead
Design safe queue consumers and retries. Use when a mid-level developer needs reliable background processing.
multi-region-strategy
by proflead
Design a multi-region architecture strategy. Use when a senior developer needs geo-redundant planning.
iac-reviewer
by proflead
Review infrastructure-as-code changes for safety and correctness. Use when a mid-level developer needs a second look on IaC.
debugging-checklist
by proflead
Provide a systematic debugging checklist. Use when a junior developer is stuck and needs a structured approach.
team-onboarding-guide
by proflead
Create an onboarding guide for new engineers. Use when a senior developer needs structured onboarding materials.
tech-debt-portfolio
by proflead
Assess and prioritize tech debt items. Use when a senior developer needs an investment plan for debt reduction.
zero-downtime-migration
by proflead
Plan a zero-downtime migration for data or infrastructure. Use when a senior developer needs a safe migration strategy.
org-standardization
by proflead
Define engineering standards across teams. Use when a senior developer needs to align practices.
agent-browser
by davidgasquez
Browser automation CLI for AI agents. Use when the user needs to interact with websites, including navigating pages, filling forms, clicking buttons, taking screenshots, extracting data, testing web apps, or automating any browser task. Triggers include requests to "open a website", "fill out a form", "click a button", "take a screenshot", "scrape data from a page", "test this web app", "login to a site", "automate browser actions", or any task requiring programmatic web interaction.
parallel-code-review
by dgalarza
This skill should be used when performing comprehensive code reviews using multiple specialized review agents in parallel. It provides patterns for concurrent execution, decision tracking to prevent redundancy, and consolidated reporting. Use when needing thorough review coverage from multiple perspectives (security, architecture, performance) or when reviewing large changesets.
toutiao-news-trends
by wuchubuzai2018
获取今日头条(www.toutiao.com)新闻热榜/热搜榜数据,包含时政要闻、财经、社会事件、国际新闻、科技发展及娱乐八卦等多领域的热门中文资讯,并输出热点标题、热度值与跳转链接。
Oracle ADK Expert
by frankxai
Build production agentic applications on OCI using Oracle Agent Development Kit with multi-agent orchestration, function tools, and enterprise patterns
LangGraph Patterns Expert
by frankxai
Build production-grade agentic workflows with LangGraph using graph-based orchestration, state machines, human-in-the-loop, and advanced control flow
langgraph-state-management
by Lubu-Labs
Design state schemas, implement reducers, configure persistence, and debug state issues for LangGraph applications. Use when users want to (1) design or define state schemas for LangGraph graphs, (2) implement reducer functions for state accumulation, (3) configure persistence with checkpointers (InMemorySaver/MemorySaver, SqliteSaver, PostgresSaver), (4) debug state update issues or unexpected state behavior, (5) migrate state schemas between versions, (6) validate state schema structure, (7) choose between TypedDict and MessagesState patterns, (8) implement custom reducers for lists, dicts, or sets, (9) use the Overwrite type to bypass reducers, (10) set up thread-based persistence for multi-turn conversations, or (11) inspect checkpoints for debugging.
writing-skills
by CommandCodeAI
Use when creating new skills, editing existing skills, or verifying skills work before deployment
context-optimization
by shipshitdev
Apply optimization techniques to extend effective context capacity. Use when context limits constrain agent performance, when optimizing for cost or latency, or when implementing long-running agent systems.
swarm-expert
by desplega-ai
Multi-agent coordination expert for agent-swarm MCP. Use when the user asks about swarm coordination, delegating tasks to agents, checking swarm status, agent messaging, or managing multi-agent workflows.