awf
Guided app building with persistent memory and plain-language errors
All Skills in This Repository (6)
Pure Emerald Level Indicatorsawf-error-translator
Translate technical error messages into plain language with actionable guidance.
awf-onboarding
Guide new AWF users through initial setup and preference creation.
awf-context-help
Detect workflow state from local session data and deliver adaptive help.
awf-auto-save
Auto-save AI session context at workflow checkpoints and user departure.
awf-session-restore
Restore AI session context lazily via /recap commands at three levels.
awf-adaptive-language
Adjust AI language and explanations to the user's technical level from preferences.json.
Frequently Asked Questions
FAQPage SchemaHow to install AWF?▼
Run `npx skills add TUAN130294/awf --all -g -y` in your terminal to install all skills in this suite globally.
What does AWF do?▼
AWF turns your coding assistant into a full product team with commands like /plan, /code, /debug, and /deploy, walking you from idea to a working app step by step.
Can beginners use AWF without coding experience?▼
Yes. The onboarding skill detects your skill level and the adaptive language skill explains every technical term in plain, everyday words.
How does AWF prevent losing my work context?▼
The auto-save skill stores your session at key moments, and the session-restore skill reloads your project state in seconds with the /recap command.
Does AWF explain confusing error messages?▼
Yes. The error translator converts raw database, network, and build errors into clear human-readable explanations with suggested fixes.
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