Favicon of Maf Agent Skeleton

Maf Agent Skeleton Skill

AI Agent SkillPythonOpen source

Use this skill when generating any specialist agent under src/agents/<name/. Published by microsoft in AKS-Lab-GitHubCopilot.

Decision snapshot

Is this a fit?

Best for

Developers using AKS-Lab-GitHubCopilot, Includes SKILL.md, Reusable instructions

Works with

Compatibility not yet detected.

Access

Permission behavior not yet detected.

Setup

Copy skill directory

Project health

2 months ago · MIT license

Considerations

No specific cautions were detected. Review the source and requested permissions before installing.

What is Maf Agent Skeleton Skill?

Use this skill when generating any specialist agent under src/agents/<name/. Published by microsoft in AKS-Lab-GitHubCopilot. 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.

Trust signal
95/100
Maintenance signal
90/100
Adoption signal
15/100

Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement. See how SkillIndex evaluates profiles.

Key capabilities

  • Includes SKILL.md support
  • Reusable instructions support
  • Developers using AKS-Lab-GitHubCopilot

Declared skill metadata

  • Source file: .github/skills/maf-agent-skeleton/SKILL.md

These fields retain source and confidence evidence from the indexed SKILL.md.

Compatibility and setup

Copy skill directory
  • Install or run with Copy skill directory

When to use Maf Agent Skeleton Skill

  • Use it for developers using aks-lab-githubcopilot.

Built with

PythonCopy skill directory

Editorial notes

Source

  • Creator: microsoft
  • Repository: microsoft/AKS-Lab-GitHubCopilot
  • Skill file: .github/skills/maf-agent-skeleton/SKILL.md

What it does

Use this skill when generating any specialist agent under src/agents/<name/.

Skill instructions

Skill: MAF Agent Skeleton Use this skill when generating any specialist agent under src/agents/<name/. Reference layout src/agents/<name/ ├── init.py ├── prompts.py ├── tools.py ├── agent.py ├── server.py ├── Dockerfile └── tests/init.py agent.py template (specialist with MCP) python from future import annotations from dataclasses import dataclass from agentframework import AgentResponse from agentframework.github import GitHubCopilotAgent, GitHubCopilotOptions from copilot.generated.rpc import PermissionDecisionApproveOnce from copilot.session import PermissionRequestResult from src.shared.copilot import buildcopilotclient from src.shared.settings import Settings from .prompts import SYSTEMPROMPT from .tools import TOOLS usually empty: list[FunctionTool] = [] def approveall(req: object, ctx: dict[str, str]) - PermissionRequestResult: return PermissionDecisionApproveOnce() @dataclass(frozen=True) class RunnableAgent: """Adapter satisfying the shared makeapp Runnable protocol.""" agent:

Verified compatibility and discovery

Frequently asked questions

What is Maf Agent Skeleton?

Maf Agent Skeleton is a open-source AI agent skill with Copy skill directory. Use this skill when generating any specialist agent under src/agents/<name/.

Who is Maf Agent Skeleton best for?

Maf Agent Skeleton is best for reusing agent instructions, scripts, and references.

How do I install Maf Agent Skeleton?

Install or run Maf Agent Skeleton using Copy skill directory. Check Maf Agent Skeleton for the latest setup command.

Is Maf Agent Skeleton actively maintained?

Maf Agent Skeleton may need a closer maintenance check before production use.

Share:

Stars
3
Forks
7
Last commit
2 months ago
Last verified
Sep 2, 2026
Metadata fetched
Sep 2, 2026
Repository age
4 months
License
MIT

Project health auto-fetched from the source repository.

Maintain this resource?

Review this source-backed profile, send a correction with evidence, or link to it from your documentation. Claims verify your relationship to the project; profile facts still require source evidence and editorial review.

Alternatives to Maf Agent Skeleton