package-info Skill
Quick lookup for a Fluent UI package — path, dependencies, owner team, Nx project details, and relevant docs Published by microsoft in fluentui.
What is package-info Skill?
Quick lookup for a Fluent UI package — path, dependencies, owner team, Nx project details, and relevant docs Published by microsoft in fluentui. 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
- Includes SKILL.md support
- Reusable instructions support
- Testing
- Documentation
- Design and media
- Testing use cases
- Documentation use cases
Technical details
- Install or run with Copy skill directory
When to use package-info Skill
- Use it for testing.
- Use it for documentation.
- Use it for design and media.
Built with
Editorial notes
Source
- Creator: microsoft
- Repository: microsoft/fluentui
- Skill file: .agents/skills/package-info/SKILL.md
What it does
Quick lookup for a Fluent UI package — path, dependencies, owner team, Nx project details, and relevant docs
Skill instructions
Package Info Lookup Get a comprehensive overview of the package $ARGUMENTS. Steps 1. Resolve the package path. Map the name to a filesystem path: - react-button or @fluentui/react-button → packages/react-components/react-button/ - Check both library/ (source) and stories/ (storybook) sub-packages 2. Get Nx project details: bash yarn nx show project @fluentui/$ARGUMENTS --json 2/dev/null || yarn nx show project $ARGUMENTS --json 2/dev/null 3. Read the package.json for version, dependencies, and peer dependencies. 4. Check ownership by searching CODEOWNERS: bash grep -i "$ARGUMENTS" CODEOWNERS 5. Summarize the component structure — list files under library/src/components/. 6. Check test coverage — does it have: - Unit tests (.test.tsx) - Conformance tests (testing/isConformant.ts) - Stories (stories/ package) 7. Report in this format: Package: @fluentui/<name Path: packages/react-components/<name/library/ Version: x.y.z Tier: 3 (Component) | 2 (Foundation) | 1 (Core) Owner: <team from CO
Explore related resources
Frequently asked questions
What is package-info?
package-info is a open-source AI agent skill with Copy skill directory. Quick lookup for a Fluent UI package — path, dependencies, owner team, Nx project details, and relevant docs
Who is package-info best for?
package-info is best for reusing agent instructions, scripts, and references, testing workflows, documentation workflows, design and media workflows.
How do I install package-info?
Install or run package-info using Copy skill directory. Check package-info for the latest setup command.
Is package-info actively maintained?
package-info may need a closer maintenance check before production use.
Auto-fetched from GitHub.