frame

Fetch work items from issue trackers and classify their work types.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/fractary/claude-plugins --skill frame
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: frame
Source: https://github.com/fractary/claude-plugins/tree/main/plugins/faber/skills/frame
Command: npx skills add https://github.com/fractary/claude-plugins --skill frame

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires bash, jq, and includes scripts (resource) components.

What problem does it solve?

Frame initializes the FABER workflow by fetching the work item, classifying the work type, and preparing the environment for implementation.

Core Features & Use Cases

  • Fetch Work Item details
  • Classify work type (feature, bug, chore, patch)
  • Post Frame start status
  • Setup domain environment and branch (when applicable)

Quick Start

Frame your new work item and create the initial environment for implementation.

Frequently Asked Questions about frame

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I fetch and classify work items from GitHub into my workflow?

Frame fetches work item details from issue trackers like GitHub and automatically classifies the work type—feature, bug, chore, or patch—to initialize your workflow context and environment setup.

What does work item classification do in a frame-based workflow?

Work type classification determines how the environment is prepared and which branch or worktree strategy applies, enabling deterministic script-driven execution tailored to each task's requirements.

How do I set up my environment and branch for a new work item?

Frame automates environment and branch setup by fetching the work item, classifying its type, posting start status, and creating the domain-specific context needed before implementation begins.

Can I use Frame with bash and jq for work item automation?

Yes. Frame depends on bash and jq to parse work item data from tracking systems, classify work types, and execute script-driven environment initialization as part of the FABER workflow.

What happens after Frame classifies a work item?

Frame posts a start status notification, validates environment readiness, updates the session context, and signals completion, preparing downstream implementation tasks with all required metadata and branch state.