home/categories/productivity-tools
category focus

Productivity Tools

Boost efficiency with task automation and organizers.

13973টি স্কিলall categories
sorting
stars
current ordering strategy
query
all entries
refine the visible subset
productivity-tools
2

elizaos-plugin-dev

Expert-level guide for elizaOS plugin development. Use when (1) Creating new plugins with actions, services, providers, evaluators, (2) Integrating with AgentRuntime for memory, models, events, (3) Building platform clients or external integrations, (4) Writing component and E2E tests for plugins, (5) Publishing plugins to npm and elizaOS registry, or any elizaOS plugin architecture questions.

Ghostspeak
Ghostspeak
tools
open
productivity-tools
2

project-encyclopedia

<ONBOARD> Use on first session in a project, or when user asks for codebase overview. Creates persistent glossary, architecture maps, and decision records to solve agent amnesia.

axiomantic
axiomantic
tools
open
productivity-tools
2

cc-eco-techt

Claude Code Ecosystem Architect - Master skill for creating Claude Code ecosystem components (skills, commands, hooks, subagents, plugins)

aegntic
aegntic
tools
open
productivity-tools
2

planning-with-files

Implements Manus-style file-based planning for complex tasks. Creates task_plan.md, findings.md, and progress.md. Use when starting complex multi-step tasks, research projects, or any task requiring >5 tool calls.

jukasdrj
jukasdrj
tools
open
productivity-tools
2

design-api

API設計エージェント - リファクタリング後のマイクロサービスAPI設計。REST/GraphQL/gRPC/AsyncAPIの仕様書、API Gateway設計、認証・認可設計を策定。/design-api [対象パス] で呼び出し。

wfukatsu
wfukatsu
tools
open
productivity-tools
2

adk-behavior

This skill should be used when the user asks about "callbacks", "lifecycle hooks", "before_model_call", "after_tool_call", "plugins", "session state", "state management", "artifacts", "file uploads", "events", "EventActions", "human-in-the-loop", "confirmation", "memory", "MemoryService", "long-term memory", "remember across sessions", "RAG", "retrieval augmented generation", "grounding", "knowledge base", "vector search", or needs guidance on customizing agent behavior, intercepting execution, managing state across turns, implementing approval workflows, or implementing persistent memory or grounding agent responses in external knowledge.

MattMagg
MattMagg
tools
open
productivity-tools
2

adk-core

This skill should be used when the user asks about "creating a new ADK project", "initializing ADK", "setting up Google ADK", "adk create command", "ADK project structure", "YAML agent configuration", "creating an agent", "LlmAgent", "BaseAgent", "custom agent", "agent with different model", "Claude with ADK", "OpenAI with ADK", "LiteLLM", "multi-model agent", or needs guidance on bootstrapping an ADK development environment, authentication setup, choosing between Python code and YAML-based agent definitions, agent configuration, model selection, system instructions, or extending the base agent class for non-LLM logic.

MattMagg
MattMagg
tools
open
productivity-tools
2

goose-recipe-analysis

Create Goose recipes for document analysis and transformation tasks. Use when creating recipes that analyze saved reports, transform markdown files, or perform analysis on existing data without needing MCP server access.

mpazaryna
mpazaryna
tools
open
productivity-tools
2

agent-architect

Expert guide for creating OpenCode agents and subagents. Use when: (1) Creating specialized agents, (2) Designing multi-agent workflows, (3) Optimizing context with subagent delegation, (4) Setting tool permissions.

walcon
walcon
tools
open
productivity-tools
2

brain-organizer

[Utility] ⛔ MANDATORY skill for ANY Brain canvas operations. AI MUST invoke this skill BEFORE creating/modifying ANY files in Docs/Brain/. Failure to follow = broken canvas.

CANTAGESTUDIO
CANTAGESTUDIO
tools
open
productivity-tools
2

openai-agents-mcp-integration

Build AI agents with OpenAI Agents SDK + Model Context Protocol (MCP) for tool orchestration. Supports multi-provider backends (OpenAI, Gemini, Groq, OpenRouter) with MCPServerStdio. Use this skill for conversational AI features with external tool access via MCP protocol.

Syedaashnaghazanfar
Syedaashnaghazanfar
tools
open
productivity-tools
2

evolution

Self-improving skill system for Pi Agent development. Features self-evolution (accumulate knowledge), self-correction (fix errors automatically), self-validation (verify accuracy), usage feedback (track pattern health), and integration with workhub for documentation management.

Dwsy
Dwsy
tools
open
productivity-tools
2

plugin-creator

Create Claude Code plugins with proper structure. Use when user requests "create a plugin" or needs to scaffold a new plugin with metadata, directories, and marketplace registration.

otrebu
otrebu
tools
open
productivity-tools
2

moai-foundation-langs

Enterprise Programming Languages Foundation with AI-powered language selection, Context7 integration, and intelligent multi-language orchestration for optimal technology choices

AJBcoding
AJBcoding
tools
open
productivity-tools
2

workflow-pattern-analyzer-web

Analyzes recent conversation history using chat tools to identify recurring workflow patterns and generate Custom Skills recommendations with statistical rigor. Use when users request workflow analysis, pattern identification, skill generation suggestions, or automation opportunities based on their AI usage patterns without requiring conversation exports.

hirefrank
hirefrank
tools
open
productivity-tools
2

create-subagents

Expert guidance for creating, building, and using Claude Code subagents and the Task tool. Use when working with subagents, setting up agent configurations, understanding how agents work, or using the Task tool to launch specialized agents.

rayk
rayk
tools
open
productivity-tools
2

claude-code-slash-commands

Create custom slash commands for Claude Code. Use when the user wants to create, generate, or build a slash command (.md file) for Claude Code, or when they ask about slash command syntax, frontmatter options, argument handling, or want help organizing their commands. Triggers on phrases like "make a slash command", "create a command for Claude Code", "write a /command", or questions about $ARGUMENTS, allowed-tools, or command frontmatter.

JamesPrial
JamesPrial
tools
open
productivity-tools
2

document-detection

Detect PRD/ADR/PRP opportunities in conversations and prompt for document creation. Activates when users discuss features, architecture decisions, or implementation planning.

laurigates
laurigates
tools
open
productivity-tools
2

google-adk

Workflow patterns and gotchas for Google Agent Development Kit. Directs to RAG for implementation.

MattMagg
MattMagg
tools
open
productivity-tools
2

prompt-refinement

Transform prompts into structured TCRO format with phase-specific clarification. Automatically invoked by /ai-eng/research, /ai-eng/plan, /ai-eng/work, and /ai-eng/specify commands. Use when refining vague prompts, structuring requirements, or enhancing user input quality before execution.

v1truv1us
v1truv1us
tools
open
productivity-tools
2

adk

Build, debug, and ship agents with Google’s Agent Development Kit (ADK) — especially the Go SDK (google/adk-go). Trigger when users ask to create/modify ADK agents, tools, workflows, launcher configs, tests, evaluations, or MCP toolsets bridging ADK and external tools.

zchee
zchee
tools
open
productivity-tools
2

learning-documentation-skill

Document learning insights and activities to Supabase with proper categorization, formatting, and retrieval patterns

breverdbidder
breverdbidder
tools
open
productivity-tools
2

python-cli-builder

Build production-ready Python CLI tools, utilities, and automation scripts with strict typing, performance optimization, and zero external dependencies (stdlib-only by default). Triggers on "Create a CLI tool for", "Build a Python utility that", "Write a script to", or any request for Python automation/file processing/system utilities. Enforces user preferences (PEP 8, slots=True dataclasses, typed returns, O(n) complexity, security-first, no external libs unless essential).

Ven0m0
Ven0m0
tools
open
Previous
Page 268 / 583
Next