forked from microsoft/skills
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontext7.json
More file actions
13 lines (13 loc) · 790 Bytes
/
context7.json
File metadata and controls
13 lines (13 loc) · 790 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
{
"projectTitle": "Agent Skills",
"description": "130 skills for AI coding agents working with Azure SDKs and Microsoft AI Foundry. Python, .NET, TypeScript, Java patterns.",
"folders": [".github/skills", ".github/plugins", ".github/prompts", ".github/agents", ".github/docs", "output"],
"excludeFolders": ["skills", ".claude", ".opencode", "node_modules"],
"excludeFiles": ["SECURITY.md", "blog.wordpress.xml", "AGENTS.md", "README.md"],
"rules": [
"Load skills selectively - only those relevant to current task to avoid context rot",
"Always use DefaultAzureCredential for Azure SDK authentication",
"Search microsoft-docs MCP before implementing Azure SDK code",
"Skills use progressive disclosure: metadata at startup, full instructions on activation"
]
}