Cursor Agentic Development Pipeline — Summary
agentic-programming by ChrisThompsonTLDR is a collection of GitHub Copilot Cloud Agents — custom .github/agents/*.agent.md definitions that each research a specific domain and write Obsidian-style structured notes to the repository. Three agents ship: laravel-package (researches Laravel packages and writes .steering/laravel-packages/<vendor>__<package>.md), skill-research (researches GitHub-hosted skills and writes .steering/skills/ notes), and mcp-research (researches MCP servers and writes mcps/ notes). Each agent uses external MCP servers (DeepWiki, Context7, GitHub) for research, and the repository memory feature lets agents learn from past runs. A GitHub Actions workflow auto-syncs template files. The framework is primarily a documentation-generation pipeline for a Laravel PHP developer's knowledge base, not a general-purpose coding agent system. It differs from all 11 seeds by targeting GitHub Copilot's cloud agent runtime (.github/agents/) rather than local IDE tools, and by focusing on knowledge acquisition/research rather than code generation.