configs/commands/skills/council/SKILL.md
Multi-agent exploration and task delegation for complex areas of interest. Use when you need to deeply explore a codebase area, gather information from multiple perspectives, or delegate parallel research tasks for comprehensive analysis.
npx skillsauth add heyayushh/stacc councilInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Multi-agent exploration workflow for complex codebase analysis.
Initial exploration: Dig around the codebase for the given area of interest. Gather keywords, architecture overview, and general context.
Spawn task agents: Launch n=10 parallel task agents (unless specified otherwise) to explore deeper. Some agents should take unconventional approaches for variance.
Synthesize results: Once agents complete, use gathered information to fulfill the user's request.
If the user is in plan mode, use the collected information to create the plan.
Example invocation:
Based on [area of interest], spawn 10 agents to explore:
- Core implementation patterns
- Edge cases and error handling
- Integration points
- Test coverage
- Documentation gaps
- Performance characteristics
- Security considerations
- Alternative approaches
- Historical context (git history)
- Related systems
development
Create distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, artifacts, posters, or applications (examples include websites, landing pages, dashboards, React components, HTML/CSS layouts, or when styling/beautifying any web UI). Generates creative, polished code and UI design that avoids generic AI aesthetics.
development
Refactor and review SwiftUI view files for consistent structure, dependency injection, and Observation usage. Use when asked to clean up a SwiftUI view’s layout/ordering, handle view models safely (non-optional when possible), or standardize how dependencies and @Observable state are initialized and passed.
development
Best practices and example-driven guidance for building SwiftUI views and components. Use when creating or refactoring SwiftUI UI, designing tab architecture with TabView, composing screens, or needing component-specific patterns and examples.
development
Audit and improve SwiftUI runtime performance from code review and architecture. Use for requests to diagnose slow rendering, janky scrolling, high CPU/memory usage, excessive view updates, or layout thrash in SwiftUI apps, and to provide guidance for user-run Instruments profiling when code review alone is insufficient.