Offical-Agentic-Prompt-Starter-Kit

shaungt1/Offical-Agentic-Prompt-Starter-Kit
★ 0 stars JavaScript AI/LLM Updated 1d ago
Opensource production-ready AI agent prompt template & workspace kit for Cursor, Claude Code, Windsurf, & MCP server prompts. Drop-in rules, skills, & system prompts to automate task decomposition, role assignment, and multi-step reasoning loops while preventing prompt injection. Structural context playbooks for precise, error-free code generation.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "offical-agentic-prom": {
      "command": "npx",
      "args": [
        "-y",
        "shaungt1/Offical-Agentic-Prompt-Starter-Kit"
      ]
    }
  }
}

README Excerpt

Opensource production-ready AI agent prompt template & workspace kit for Cursor, Claude Code, Windsurf, & MCP server prompts. Drop-in rules, skills, & system prompts to automate task decomposition, role assignment, and multi-step reasoning loops while preventing prompt injection. Structural context playbooks for precise, error-free code generation.