TomoBar
Structured planning, implementation, review, and release workflows for macOS apps
All Skills in This Repository (21)
Pure Emerald Level Indicatorsaif-fix
Identify and fix codebase bugs with plan-first or immediate patch workflows.
aif-rules
Append project-wide rules to .ai-factory/RULES.md and prevent duplicates.
aif-verify
Audit completed software implementations against project plan tasks and quality standards.
aif-ci
Generate CI/CD pipelines for GitHub Actions or GitLab CI with linting, tests, and security checks.
aif-plan
This is a placeholder.
aif-build-automation
Generate or enhance Makefile, Taskfile.yml, Justfile, or Magefile.go build files.
aif-docs
Generate a landing README and structured docs/ directory with navigation and audits.
aif-security-checklist
Audit project security posture using an OWASP-based checklist.
aif-commit
Analyze staged git changes to generate Conventional Commits messages.
aif-evolve
Analyze patches and codebase patterns to iteratively refine AI Factory skills.
aif-architecture
Generate a tailored ARCHITECTURE.md by analyzing a project's tech stack.
aif-skill-generator
Generate Agent Skills packages with SKILL.md, references, scripts, and templates.
Frequently Asked Questions
FAQPage SchemaHow to install TomoBar skills?▼
Run `npx skills add ArtemYurov/TomoBar --all -g -y` in your terminal to install all skills in this suite globally.
What does the AI Factory workflow do?▼
It walks your agent through planning a feature, implementing it task by task, verifying the result, reviewing the code, and committing with conventional messages.
Can it help fix bugs automatically?▼
Yes. The aif-fix skill investigates the root cause, applies a logged fix, suggests regression tests, and records a patch so the same mistake is less likely to repeat.
Does it include SwiftUI and macOS guidance?▼
Yes. It bundles skills for SwiftUI best practices, Swift concurrency, SwiftUI performance audits, and Apple Human Interface Guidelines for Mac apps.
Do I need coding experience to use these skills?▼
Basic familiarity helps, but the skills turn plain-English requests like "plan this feature" or "fix this bug" into structured, step-by-step agent workflows.
Related Repositories in Software Engineering
View All in Software Engineering→openclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core