🛠️ Tools

2338 skills found

date-formatter.md
0
1 export date-formatter
2 yoshiwatanabe from "yoshiwatanabe/agent-patterns-net"
3 Format dates and times in various formats, calculate date differences, and provide date-related information. Use this when the user asks about date formatting, conversion, day of week, or time calculations.
2026-01-12
creating-skills-and-tools.md
0
1 export creating-skills-and-tools
2 Mandorlo from "Mandorlo/wordpress-mcp"
3 Guidelines for creating new Agent Skills and MCP tools for this WordPress MCP server. Use when adding new capabilities, creating skills, or registering MCP tools.
2026-02-24
setup-claude-dev-kit.md
0
1 export setup-claude-dev-kit
2 auge2u from "auge2u/claude-dev-kit"
3 Use when setting up a new dev machine for Claude Code, onboarding to a project, or optimizing development environment - interactive installer that detects existing setup, configures shell, editor, git, templates, and quality gates with configurable enforcement
2025-12-09
excalidraw-diagram.md
0
1 export excalidraw-diagram
2 Kazan from "Kazan/diagrammer"
3 Android APP embedding Excalidraw (AI business here)
2026-01-04
cowsay.md
0
1 export cowsay
2 zlliang from "zlliang/dotfiles"
3 Dotfiles make development elegant
2026-02-10
write-highrise-studio-lua.md
0
1 export write-highrise-studio-lua
2 pocketzworld from "pocketzworld/studio-ai"
3 Highrise Studio AI features.
2026-02-25
epic-manager.md
0
1 export epic-manager
2 dikini from "dikini/scaffold"
3 language-agnostic project scaffolding tool that enables developers to generate complete project structures with CI, linting, tests, and modern development workflows
2025-12-30
pr-prepare.md
0
1 export pr-prepare
2 ByronWilliamsCPA from "ByronWilliamsCPA/python-libs"
3 Shared Python libraries for ByronWilliamsCPA projects - JWT auth, GCS utilities
2025-12-16
copilot-customization.md
0
1 export copilot-customization
2 SuperPyonchiX from "SuperPyonchiX/VSCodeEnv"
3 GitHub Copilotカスタマイゼーションファイル(プロンプト、エージェント、インストラクション、スキル)の作成ガイド。.prompt.md、.agent.md、.instructions.md、SKILL.mdファイルをVS Codeのベストプラクティスに従って作成する際に使用してください。
2026-02-11
scrum-delivery-lead.md
0
1 export scrum-delivery-lead
2 garbray from "garbray/claude-config"
3 Scrum Master & Engineering-Oriented Delivery Lead with hands-on frontend/backend development experience. Interprets Technical Design Documents, reviews UX/UI designs, and understands product requirements to ensure delivery clarity. Breaks features into well-scoped Scrum stories (max 3 story points, Fibonacci estimation). Stories are sliced for incremental value, minimal risk, fast feedback. For every ticket provides: clear description, explicit acceptance criteria, expected behavior, constraints, and test case expectations (happy path + edge cases). Ensures stories are implementation-ready, testable, aligned with technical/product goals. Enables team to execute efficiently while maintaining high quality and predictable velocity. Use when creating sprint stories, planning sprints, estimating work, or breaking down features into tickets.
2025-12-23
code-review-bugs.md
0
1 export code-review-bugs
2 negi524 from "negi524/dotfiles"
3 開発環境管理
2026-02-15
code-quality-management.md
0
1 export code-quality-management
2 d-oit from "d-oit/do-novelist-ai"
3 Implements and enforces code quality gates for TypeScript/React projects. Use when setting up Biome/ESLint/TypeScript, configuring pre-commit hooks (Husky), fixing lint errors, or running quality checks. Examples - "setup code quality", "fix lint errors", "configure Biome", "run quality checks".
2026-01-24
codex-ai.md
0
1 export codex-ai
2 junjiangao from "junjiangao/ccode"
3 通过 Codex CLI 进行代码审查、算法设计、架构分析和性能优化。适用于复杂技术任务、系统级设计、性能瓶颈分析。触发词:代码审查、review、算法设计、架构分析、性能优化。
2026-01-20
skill-openai-tts-tool.md
0
1 export skill-openai-tts-tool
2 dnvriend from "dnvriend/openai-tts-tool"
3 CLI tool for OpenAI text-to-speech synthesis
2025-12-05
debugging-with-tools.md
0
1 export debugging-with-tools
2 rozwer from "rozwer/cross2B-Pro"
3 Use for investigation-heavy work. Prefer tool-driven evidence (search, logs, diffs) before changing code.
2026-02-25
robot-update-package.md
0
1 export robot-update-package
2 haizhouyuan from "haizhouyuan/codexreadpublic"
3 将孩子对话摘要/日志输入后处理为“机器人变更包(JSON)”,供人工审核后应用(不自动应用)。
2025-12-17
worktree-kit.md
0
1 export worktree-kit
2 Gitmaxd from "Gitmaxd/flowfactory"
3 Scaffold FlowFactory workflow system into your project
2025-12-31
spec-kit-workflow.md
0
1 export spec-kit-workflow
2 GodSpeedAI from "GodSpeedAI/VibesPro"
3 VibesPro: Infrastructure for AI-native development. The first Generative Development Environment (GDE) where your team's decisions become reusable patterns—express requirements naturally, get production-ready systems automatically.
2025-12-27
git-workflow.md
0
1 export git-workflow
2 Cain96 from "Cain96/dotfiles"
3 Git worktree workflow, conventional commits, commit trailers, and PR guidelines. Activated during git operations and commits.
2026-02-23
rn-security-audit.md
0
1 export rn-security-audit
2 johanruttens from "johanruttens/paddle-battle"
3 Mobile game
2025-12-23
supabase-frontend-integration.md
0
1 export supabase-frontend-integration
2 amo-tech-ai from "amo-tech-ai/skybox-gamehub"
3 Connect React frontend pages to Supabase database with TypeScript, React Query, and proper error handling. Use when integrating Supabase with website pages, setting up database queries, or replacing mock data with real data from events, bookings, menu_items, or profiles tables.
2025-11-25
backend-dev-guidelines.md
0
1 export backend-dev-guidelines
2 wollfoo from "wollfoo/claude-setup"
3 Node.js/Express/TypeScript microservices development patterns. Use when workingwith backend code: routes, controllers, services, repositories, middleware, APIs.Covers:- Layered architecture (routes → controllers → services → repositories)- Express routing and middleware patterns- Prisma database access and ORM best practices- Zod validation and input sanitization- Sentry error tracking integration- BaseController pattern and dependency injection- Async/await patterns and error handling- Testing strategies and performance monitoring
2025-12-04
typescript-patterns.md
0
1 export typescript-patterns
2 arichardsmith from "arichardsmith/dotfiles"
3 Conventions for TypeScript types, interfaces, assertions, and type safety. Use when writing or reviewing TypeScript code.
2026-02-07
maceff-todo-hygiene.md
0
1 export maceff-todo-hygiene
2 cversek from "cversek/MacEff"
3 Multi-agent coordination Environment (for) frameworking frameworks
2026-02-24