You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: Download ready-to-use templates for MCAF and vibe coding. Includes AGENTS.md template for Claude Code, Codex, Gemini, Cursor, ADR templates, and feature documentation for AI-assisted development.
"description: Minimal MCAF bootstrap templates for repository setup. Download AGENTS.md and CLAUDE.md directly, then fetch skills from their GitHub folders.",
description: Step-by-step tutorial for implementing MCAF in your project. Learn to set up AGENTS.md, configure Coding AI agents like Claude Code, Codex, Gemini, Cursor, and enable safe vibe coding with automated verification.
description: Step-by-step tutorial for bootstrapping an MCAF v1.2 repository through URLs, bootstrap templates, and direct GitHub skill folders.
235
+
keywords: MCAF tutorial, AGENTS.md setup, skill-first install, AI coding bootstrap, Codex skills, Claude Code skills
155
236
nav_order: 3
156
237
---
157
238
EOF
@@ -164,8 +245,8 @@ jobs:
164
245
---
165
246
layout: default
166
247
title: Credits
167
-
description: Credits and acknowledgments for MCAF framework contributors. Learn about the team and inspirations behind the Managed Code Coding AI Framework.
168
-
keywords: MCAF credits, ManagedCode team, AI framework contributors, acknowledgments
248
+
description: Credits and acknowledgments for the people and projects that shaped the Managed Code Coding AI Framework.
description: MCAF is a framework that solves the problem of unpredictable AI coding. Build real production software with Coding AI agents using structured context, automated tests as verification gates, and AGENTS.md instructions. Vibe coding that actually works.
184
-
keywords: MCAF, Coding AI Framework, AGENTS.md, vibe coding, AI-assisted development, AI-assisted coding, real software, production code, Claude Code, Codex, Gemini, ChatGPT, Cursor, GitHub Copilot, Windsurf, Cline, Aider, ManagedCode
264
+
description: MCAF is a skill-first framework for building real software with AI coding agents using AGENTS.md, repository-native skills, and automated verification.
265
+
keywords: MCAF, Coding AI Framework, AGENTS.md, AI-assisted development, AI coding skills, real software, Codex, Claude Code
Copy file name to clipboardExpand all lines: CREDITS.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
# Credits
2
2
3
3
MCAF is an open framework built by developers who believe AI coding agents need structure, not just prompts.
4
-
This page recognizes the people who made it happen.
4
+
This page recognizes the people and projects that influenced it.
5
5
6
6
## Contributors
7
7
@@ -10,8 +10,10 @@ This page recognizes the people who made it happen.
10
10
## Special Thanks
11
11
12
12
-**<ahref="https://www.linkedin.com/in/roger-johansson-4a4bb61/"target="_blank">Roger Johansson</a>** — His post about self-learning code agents inspired the self-learning logic that became the core of MCAF
13
+
-**<ahref="https://www.linkedin.com/in/christopherdbradford/"target="_blank"rel="noopener">Christopher Bradford</a>** — His human-review prompt strategy for large AI-generated code drops inspired the new review-planning skill and the idea of prioritizing review by user flow and risk
13
14
-**<ahref="https://agentskills.io"target="_blank"rel="noopener">Agent Skills</a>** — We’re grateful for this open specification (originally developed by Anthropic) that made “skills” concrete: file-based packaging, progressive disclosure, and practical integration patterns
14
15
-**<ahref="https://agents.md"target="_blank"rel="noopener">AGENTS.md</a>** — Thank you for standardizing the idea of a repository-native instruction file; this is a critical foundation for how MCAF treats agent rules as versioned, reviewable code
16
+
-**<ahref="https://github.com/microsoft/code-with-engineering-playbook"target="_blank"rel="noopener">Microsoft code-with-engineering-playbook</a>** — Its GitHub playbook informed the engineering reference material now packaged into the MCAF baseline skills
0 commit comments