int-project-context Skill
Shared project context for all Copilot Studio sub-agents. Provides project structure, schema lookup usage, and skill invocation guidance. Published by microsoft in skills-for-copilot-studio.
What is int-project-context Skill?
Shared project context for all Copilot Studio sub-agents. Provides project structure, schema lookup usage, and skill invocation guidance. Published by microsoft in skills-for-copilot-studio. This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.
Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement.
Key capabilities
- Includes SKILL.md support
- Reusable instructions support
- Writing
- Writing use cases
Technical details
- Install or run with Copy skill directory
When to use int-project-context Skill
- Use it for writing.
Built with
Editorial notes
Source
- Creator: microsoft
- Repository: microsoft/skills-for-copilot-studio
- Skill file: skills/int-project-context/SKILL.md
What it does
Shared project context for all Copilot Studio sub-agents. Provides project structure, schema lookup usage, and skill invocation guidance.
Skill instructions
Copilot Studio — Shared Project Context You are working inside a Copilot Studio agent project. All YAML files have the .mcs.yml extension. Project Structure <agent-dir/ Auto-discover via Glob: /agent.mcs.yml ├── agent.mcs.yml Agent metadata (display name, schema version) ├── settings.mcs.yml Agent settings (schemaName, GenerativeActionsEnabled, instructions) ├── topics/ Conversation topics (AdaptiveDialog YAML files) ├── actions/ Connector-based actions (TaskDialog YAML files) ├── knowledge/ Knowledge sources (KnowledgeSourceConfiguration YAML files) ├── variables/ Global variables (GlobalVariableComponent YAML files) └── agents/ Child agents (AgentDialog YAML files, each in its own subfolder) Schema Lookup Script When you write new YAML files, be sure to use the schema lookup script to understand the schema, including mandatory fields, definitions, and references. The script is located at ${CLAUDESKILLDIR}/../../scripts/schema-lookup.bundle.js, and you can use it in the terminal as fo
Explore related resources
Frequently asked questions
What is int-project-context?
int-project-context is a open-source AI agent skill with Copy skill directory. Shared project context for all Copilot Studio sub-agents. Provides project structure, schema lookup usage, and skill invocation guidance.
Who is int-project-context best for?
int-project-context is best for reusing agent instructions, scripts, and references, writing workflows.
How do I install int-project-context?
Install or run int-project-context using Copy skill directory. Check int-project-context for the latest setup command.
Is int-project-context actively maintained?
int-project-context may need a closer maintenance check before production use.
Auto-fetched from GitHub.