home / skills / andrelandgraf / fullstackrecipes / agent-setup
This skill configures AI coding agents with project-specific patterns and guidelines to ensure consistent, efficient AI-assisted development.
npx playbooks add skill andrelandgraf/fullstackrecipes --skill agent-setupReview the files below or copy the command above to add this skill to your agents.
---
name: agent-setup
description: Configure AI coding agents like Cursor, GitHub Copilot, or Claude Code with project-specific patterns, coding guidelines, and MCP servers for consistent AI-assisted development.
---
# AI Coding Agent Configuration
To set up AI Coding Agent Configuration, refer to the fullstackrecipes MCP server resource:
**Resource URI:** `recipe://fullstackrecipes.com/agent-setup`
If the MCP server is not configured, fetch the recipe directly:
```bash
curl -H "Accept: text/plain" https://fullstackrecipes.com/api/recipes/agent-setup
```
This skill configures AI coding agents like Cursor, GitHub Copilot, and Claude Code for consistent, project-specific development. It bundles coding guidelines, reusable patterns from a Shadcn registry, and MCP server integration to apply rules and recipes across a team. The goal is repeatable, production-ready AI assistance tailored to your TypeScript full‑stack web apps.
The skill installs and applies a collection of patterns and step-by-step recipes to agent configurations so each AI assistant follows the same conventions. It can point agents to an MCP server that hosts the recipes and pattern library; if the MCP server is unavailable, the recipe can be fetched directly over HTTP. End result: agents suggestions, completions, and code generation reflect your project’s style, testing, and deployment expectations.
What if the MCP server is not reachable?
The recipe can be fetched directly over HTTP from the project site as a fallback so agent setup still succeeds.
Can I version agent configurations?
Yes. Version the recipe collection and point agents to a specific release to ensure consistent behavior across the team.