Onboarding Pack Assembler
Description
What this agent manifest does
Assemble a new-hire onboarding guide from repo READMEs and internal process docs — setup, key repos, workflows, who to ask, all linked.
Build an agent that assembles a "first week" onboarding guide for a new team member by pulling from two places: your repositories (READMEs, contributing docs, setup scripts) via GitHub, and your internal process and policy docs via SharePoint. It stitches them into one navigable guide — environment setup, the repos that matter, the core workflows, and who to ask — with a link to the source behind every section.
This is a multi-source gather → assembled guide pattern using a numbered-rules structure. Numbered rules make the orchestration auditable: each rule assigns a tool to the content it owns — GitHub for anything code or repo, SharePoint for anything process or policy — so the agent doesn't guess setup steps from memory. The defining discipline is sourcing: every step is grounded in a real doc and cited, and where a needed step isn't documented anywhere, the agent inserts a flagged gap rather than fabricating a plausible command. It never includes secrets or credentials it encounters.
This pattern applies anywhere scattered documentation needs to become one coherent guide. Common scenarios for this pattern:
- New-hire and team onboarding
- Repo ramp-up for a transferring engineer
- Environment-setup walkthroughs
- "First week" / "first PR" guides
- Contributor handbooks
The tools it uses
This manifest uses: GitHub, SharePoint
Use this agent manifest to understand
How to build single-shot agents using numbered rules prompt structure for assembled guide with links output.
License
This agent manifest is sample code subject to Azure's licensing terms for Distributable Code under the Universal License Terms for Online Services .
Disclaimer
IMPORTANT! This manifest is for educational and experimentation purposes. Resulting agents are not production ready. Review all provided resources and carefully test agent behavior in the context of your use case. Agents you create may be subject to legal and regulatory requirements, may require licenses, or may not be suitable for all industries, scenarios, or use cases. By using any manifest, you are acknowledging that resulting agents and other output are solely your responsibility, and that you will comply with all applicable laws, regulations, and relevant safety standards, terms of service, and codes of conduct. Learn more .