map-framework Skill
map-framework is a Python AI agent skill for Codex with uvx/pip. map-framework is an open-source AI agent skill for agent skills.
How to use map-framework Skill
Install or run
uv tool install mapify-cliClient configuration
{
"fixture": "map_task_blocker",
"skill": "map-task",
"invocation": "/map-task ST-001",
"branch": "main",
"subtask_id": "ST-001",
"allowed_files": ["src/utils.py"],
"trap_files": ["src/constants.py"],
"test_cmd": "python -m pytest tests/test_compute.py -q",
"expected_outcome": "blocked",
"expected": {
"plan_status": "not complete (blocked)",
"tests_pass": false,
"blocker_reported": true,
"scope_fidelity": "src/constants.py NOT created; no out-of-scope files"
},
"notes": "Impossible-within-scope: the test needs MULTIPLIER from src/constants.py, which does not exist and is out of scope to create (only src/utils.py allowed). Correct behavior = report a blocker, do NOT create constants.py, do NOT mark complete. Tests the G7 blocker gate + error-escalation judge dim. Likely exposes a real weakness in the current map-task body."
}
Compatible clients
What is map-framework Skill?
map-framework is a Python AI agent skill for Codex with uvx/pip. map-framework is an open-source AI agent skill for agent skills. 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
- Reusable instructions support
- Includes SKILL.md support
- Shell commands support
- Document generation support
- Anthropic provider support
- pyproject.toml config support
- tests/skills_eval/fixtures/whole_skill/map_task_blocker/manifest.json config support
Technical details
Install or run map-framework using uvx/pip. Check azalio/map-framework for the latest setup command.
- Built for Python
- Built for Go
- Built for Rust
- Install or run with uvx/pip
- Works with Codex
- API key required
Requirements and access
Security and permissions
Review permissions before connecting any MCP server to an agent. Pay special attention to whether it can read local files, write data, call external services, or perform destructive actions.
When to use map-framework Skill
- Use it for reusing agent instructions, scripts, and references.
- Use it for agent skills workflows.
- Use it for coding workflows.
- Use it for data workflows.
- Use it for codex users.
Built with
Explore related resources
Frequently asked questions
What is map-framework?
map-framework is a Python AI agent skill for Codex with uvx/pip. azalio/map-framework is an open-source Skills candidate discovered from GitHub.
Who is map-framework best for?
map-framework is best for reusing agent instructions, scripts, and references, agent skills workflows, coding workflows, data workflows, codex users.
How do I install map-framework?
Install or run map-framework using uvx/pip. Check map-framework for the latest setup command.
Is map-framework actively maintained?
map-framework may need a closer maintenance check before production use.
Auto-fetched from GitHub.