From agent-system
Show the active profile, task types, classifications, and artifact contract
npx claudepluginhub nanana291/agent-system --plugin agent-systemRead the active profile and summarize:
- profile name
- supported task types
- available classification tags
- required artifacts
- stop-line risks
- review agents
If the release adds new proof artifacts, mention them explicitly so the profile output matches the executable surface.
If a profile is named in the input, prefer it. Otherwise use the default profile from `agent-system.json`.
Profile input:
{{args}}/profileProfiles application performance: analyzes CPU, memory, execution time, bottlenecks; generates markdown report with hotspots, patterns, breakdowns, and optimization recommendations with code fixes.
/profileAnalyzes codebase for performance bottlenecks, resource inefficiencies, and scalability concerns. Detects anti-patterns in DB, memory, async, frontend, and network; reports quantified findings by impact.
/profileLaunches performance-profiler agent to record and analyze app traces via xctrace CLI, covering CPU, allocations, leaks, SwiftUI, and concurrency; reports findings with recommendations.
/profileSwitches between built-in or custom profiles to adjust effort, autonomy, and verification settings in .vbw-planning/config.json. Supports listing profiles, saving new customs, direct switching, and deletion.
/profileProfiles dataset from CSV/Parquet/JSON file or database table, generating Markdown report with summary stats, column profiles, detailed statistics, quality flags, and recommendations.
/profileProfiles Go code (file, function, or package), identifies CPU/memory bottlenecks, optimizes, and verifies improvements with benchmarks and benchstat.
Read the active profile and summarize:
If the release adds new proof artifacts, mention them explicitly so the profile output matches the executable surface.
If a profile is named in the input, prefer it. Otherwise use the default profile from agent-system.json.
Profile input: {{args}}