Local File Management Agent
Independent PiSkill directory guide. The original prompt remains hosted by GitHub Awesome Copilot.
What does this prompt do?
Shows how to scope a Copilot SDK prompt workflow that reads and manages local files with explicit tool boundaries.
Primary use case
Automate a local file task through constrained agent tools.
Expected output
A tool-backed result for the requested file operation.
Inputs or variables
- file task
- working directory
Related prompts
Iterative Ralph Loop
Implements an iterative agent loop that repeatedly evaluates progress and continues until defined completion conditions are met.
Accessibility Report Agent
Uses the Copilot SDK to inspect a target and produce a structured accessibility report with actionable findings.
Error-Handling Agent Workflow
Demonstrates a prompt-driven Copilot SDK workflow that handles execution errors and returns useful recovery information.
Pull Request Visualization
Turns pull-request information into a visual summary through a reusable Copilot SDK recipe.
Gemini ReAct Agent Prompt
Demonstrates a reasoning-and-action prompt pattern that coordinates model decisions with available tools.
Claude Hook Generator
Turns a described automation or policy requirement into a Claude Code hook configuration with appropriate events, matching logic, and safe behavior.