CATALOG DOMAIN · 1 FEEDS

AI Agents & Automation

57 cards

Agent frameworks, coding agents, MCP tooling and prompt engineering.

57 matching cards · showing 120 · page 1 of 3

A self-improving multi-agent orchestration framework for Claude Code, Gemini CLI, and Codex CLI. Coordinate 18 specialized AI agents and 13 orchestration skills through a complete software development lifecycle, from issue to merged PR, with recursive orchestration, parallel review gates, and a git-native knowledge base.

MARKDOWN SNAPSHOT

Loading…

00

An Agent Skill that transforms AI assistants into expert economics paper writers, synthesizing best practices from 50+ authoritative guides by Nobel laureates, Clark Medal winners, and leading economists. --- Econ Writing Skill is an open-source Agent Skill that gives AI coding assistants deep knowledge of how to write economics papers.

MARKDOWN SNAPSHOT

Loading…

00

ai-business-skills Fullstack marketing skills cho AI agent — 63 skills bilingual (VN + Global). Vietnamese-first + Global (US/EU/SEA/LATAM) | Over Powers Agency --- Windows: Test ngay trong Claude Code: → Skill 00-ke-hoach-mkt tự kích hoạt, output file .md chi tiết với benchmark VN 2025-2026, KPI 3 kịch bản, budget allocation, weekly timeline, risk matrix.

MARKDOWN SNAPSHOT

Loading…

00

The open-source codebase context engine: give any AI instant automated knowledge of your entire codebase (and infrastructure) — at scale, zero configuration, fully private, completely free. Kindly sponsored by Altaire Limited One thing, done well: deep codebase intelligence — zero setup, no bloat, fully automatic.

MARKDOWN SNAPSHOT

Loading…

00

PM-Skills A curated library of 68 best-practice, plug-and-play product management skills covering the complete product lifecycle - plus templates, workflows, and 200+ real-world sample outputs that set the quality bar. The catalog is frozen at the v2.9.2 build; subsequent v2.9.x patches do not change the catalog.

MARKDOWN SNAPSHOT

Loading…

00

Build better enterprise architecture through structured strategy, design, delivery, and assurance workflows. The 13 community plugins (arckit-uae, arckit-fr, arckit-ca, arckit-eu, arckit-at, arckit-au, arckit-au-energy, arckit-us, arckit-uk-finance, arckit-uk-nhs, arckit-uk-gcloud, arckit-togaf-adm, arckit-agent-architecture) require the arckit core plugin.

MARKDOWN SNAPSHOT

Loading…

00

GPT Image 2 Prompt Gallery + Agentic Skill + CLI OpenAI GPT Image 2 prompt gallery, image prompt library, agentic skill, and CLI — curated, copy-paste prompts and runnable examples for skill-capable agents. It includes reusable AI image prompts for research paper figures, posters, UI mockups, game HUDs, anime / manga, photography, typography, maps, tattoo design, and reference-image editing workflows.

MARKDOWN SNAPSHOT

Loading…

00

--- name: writing-plans description: Use when you have a spec or requirements for a multi-step task, before touching code --- Write comprehensive implementation plans assuming the engineer has zero context for our codebase and questionable taste. Document everything they need to know: which files to touch for each task, code, testing, docs they might need to check, how to test it.

MARKDOWN SNAPSHOT

Loading…

00

NEVER: INSTEAD: Example: your human partner's rule: "External feedback - be skeptical, but check carefully" your human partner's rule: "You and reviewer both report to me. If we don't need this feature, don't add it." Push back when: How to push back: If you're uncomfortable pushing back out loud: Name that tension, then tell your partner about the issue you've seen.

MARKDOWN SNAPSHOT

Loading…

00

Load this reference when: writing or changing tests, adding mocks, or adding cleanup/helper methods for tests. Two principles govern everything here: Strict TDD produces both naturally: a test written first and watched failing against real code has already proven it can fail, and only earns a mock when the real dependency proves slow or external.

MARKDOWN SNAPSHOT

Loading…

00

--- name: finishing-a-development-branch description: Use when implementation is complete, all tests pass, and you need to decide how to integrate the work --- Core principle: Verify tests → Detect environment → Present options → Execute choice → Clean up. Announce at start: "I'm using the finishing-a-development-branch skill to complete this work." Run the project's full test suite (npm test / cargo test / pytest / go test ./...).

MARKDOWN SNAPSHOT

Loading…

00