deep-codebase-analysis
Agent capable of reading and analyzing the entire source code of a software project to gain a thorough understanding of architecture, communication, design patterns, and business flows. Use when exploring new systems, maintenance, or refactoring.
weather
Get current weather and forecasts via wttr.in or Open-Meteo. Use when: user asks about weather, temperature, or forecasts for any location. NOT for: historical weather data, severe weather alerts, or detailed meteorological analysis. No API key needed.
skill-manager
Agent can update and synchronize skills from this repository to various IDEs (Cursor, Trae, Windsurf) and AI Agents using the `@ducconit/agentskills` CLI via `npx`.
github-actions-automation
Agent capable of designing and implementing robust CI/CD pipelines and automation workflows using GitHub Actions to streamline development, testing, and deployment.
image-gen
Professional image generation & editing using Google's NEW Gen AI SDK (google-genai). Supports text-to-image and image-to-image (editing). Features 1K/2K/4K resolutions, multi-image input, and batch generation.
skill-creator
Create or update AgentSkills. Use when designing, structuring, or packaging skills with scripts, references, and assets.
design-pattern-application
Agent capable of analyzing software design problems to select and apply the most appropriate design patterns (Creational, Structural, Behavioral) for optimal solutions. Supports code refactoring and design decision reporting.
clean-code
Applies principles from Robert C. Martin's 'Clean Code'. Use this skill when writing, reviewing, or refactoring code to ensure high quality, readability, and maintainability. Covers naming, functio...
conventional-commits-compliance
Agent capable of analyzing source code changes and crafting professional commit messages that adhere to the Conventional Commits 1.0.0 specification.