fl_api_hub
Structured Flutter development planning, checking, and session memory
All Skills in This Repository (9)
Pure Emerald Level Indicatorstrellis-before-dev
Inject project coding guidelines from .trellis/spec into task context.
trellis-brainstorm
Guide collaborative requirements discovery and converge on MVP scope.
trellis-break-loop
Generate reusable specifications from root-cause analysis after bug fixes.
trellis-check
Run spec compliance, lint, type-check, and test suites on new changes.
trellis-meta
Explain local Trellis architecture and customization points in user projects.
trellis-update-spec
Update executable contracts and coding conventions into .trellis/spec/ documents.
trellis-spec-bootstrap
Bootstrap Trellis specs from a live codebase with concrete guidelines.
trellis-finish-work
Archive active Trellis tasks and update the developer journal.
trellis-session-insight
Retrieve past dialogue from local JSONL logs using the trellis mem CLI.
Frequently Asked Questions
FAQPage SchemaHow to install fl_api_hub?โผ
Run `npx skills add RebornQ/fl_api_hub --all -g -y` in your terminal to install all skills in this suite globally.
What do the Trellis skills in fl_api_hub do?โผ
They guide your coding agent through brainstorming requirements, loading project specs before writing code, running quality checks, and capturing lessons learned into reusable specs.
How do these skills prevent repeated bugs?โผ
The break-loop and update-spec skills analyze root causes after each fix and write prevention rules into project spec files, so future sessions avoid the same class of bug.
Can the agent remember past coding sessions?โผ
Yes. The session-insight skill searches your local past conversation logs to recover earlier decisions, bug fixes, and task context without re-asking you.
Do these skills work with Claude Code and Cursor?โผ
Yes. Identical skill copies are included for Claude Code, Cursor, and generic agent platforms, so the same workflow runs across tools.
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