AI-Powered Development Framework for Claude Code
> /plugin marketplace add Fujigo-Software/f5-framework-claude
What's inside
FAQ
f5-framework is a Claude Code plugin with 35 hand-picked skills for development work, indexed on Flowy. Install it with the command on its page. It includes accessibility, api-design, architecture. Its skills do not fire on their own yet. Request auto-invocation to have Flowy route them as you prompt. Free and open source.
Repo: Fujigo-Software/f5-framework-claude
AI-Powered Development Framework for Claude Code
# Add F5 Framework marketplace
/plugin marketplace add Fujigo-Software/f5-framework-claude
# Install plugins
/plugin install f5-core
/plugin install f5-stacks
# Initialize in your project
/f5-init
# Verify installation
/f5-status
| Plugin | Size | Description |
|---|---|---|
| f5-core | 7.3 MB | 70 commands, 25 agents, 381 skills, quality gates |
| f5-stacks | 30 MB | 872 stacks, 14 domains, 44 workflow templates |
/f5-init - Initialize F5 Framework/f5-analyze - Analyze codebase architecture/f5-implement - Implement with quality gates/f5-test - TDD-driven testing/f5-review - Code review workflow/f5-design - Generate design documents (D1-D4)Agriculture, E-commerce, Education, Entertainment, Fintech, Healthcare, HR Management, Insurance, Logistics, Manufacturing, Real Estate, SaaS Platform, Travel & Hospitality
| Gate | Phase | Description |
|---|---|---|
| D1-D4 | Design | Research, SRS, Basic/Detail Design |
| G2 | Implementation | Code complete |
| G2.5 | Review | Code review passed |
| G3 | Testing | All tests pass |
| G4 | Deployment | Production ready |
Invoke with @f5:<alias>:
| Agent | Aliases | Purpose |
|---|---|---|
| System Architect | @f5:architect | System design, patterns |
| Code Generator | @f5:backend, @f5:frontend | Production code |
| Test Writer | @f5:qa, @f5:test | Unit/integration tests |
| Security Scanner | @f5:security | OWASP, vulnerabilities |
| Debugger | @f5:debug | Bug diagnosis |
| Code Reviewer | @f5:review | Code quality |
| Performance Analyzer | @f5:perf | Optimization |
| Documenter | @f5:docs | Documentation |
| Mentor | @f5:mentor | Explanations |
Recommended MCP servers:
{
"mcpServers": {
"context7": {
"command": "npx",
"args": ["-y", "@upstash/context7-mcp"]
},
"sequential-thinking": {
"command": "npx",
"args": ["-y", "@anthropic/mcp-sequential-thinking"]
},
"playwright": {
"command": "npx",
"args": ["-y", "@anthropic/mcp-playwright"]
}
}
}
| Document | Description |
|---|---|
| INSTALL.md | Installation guide |
| docs/COMMANDS.md | Command reference |
| docs/PLUGINS.md | Plugin architecture |
| docs/MIGRATION.md | Migration from v1.x |
git checkout -b feature/amazing)git commit -m 'Add amazing feature')git push origin feature/amazing)MIT License - see LICENSE for details.
Made with love for Claude Code developers by Fujigo Software Solutions
.claude-plugin/
marketplace.json
plugin.json
.gitignore
CHANGELOG.md
CONTRIBUTING.md
docs/
agents/
overview.md
cli/
commands.md
init.md
jira.md
domains/
fintech/
stock-trading.md
getting-started/
EXISTING-PROJECT.md
F5-WF-STUDIO.md
INDEX.md
installation.md
mcp-setup.md
quick-start-clone.md
QUICK-START.md
guides/
ba-workflow.md
context-config.md
project-setup.md
quality-gates.md
strict-mode.md
using-cloned-repo.md
integrations/
document-pipeline.md
excel-schema.md
jira.md
mcp-excel.md
README.md
reference/
ci-cd.md
commands.md
releases/
MIGRATION-1.2.7.md
PHASE2-MIGRATION.md
testing/
GUIDELINES.md
INDEX.md
PHASE1.md
PRE-COMMIT.md
README.md
TESTING.md
INSTALL.md
LICENSE
plugins/
f5-core/
.claude-plugin/
plugin.json
agents/
database-expert.md
devops-architect.md
domain/
11-mobile-architect.md
12-backend-architect.md
13-frontend-architect.md
14-data-architect.md
15-security-architect.md
f5-architect.md
f5-reviewer.md
f5-tester.md
frontend-architect.md
mentor.md
pm-agent.md
root-cause-analyst.md
sub-agents/
16-code-generator.md
17-doc-writer.md
18-api-designer.md
19-quality-gate.md
20-context-manager.md
system-architect.md
workflow/
06-plan-specialist.md
07-implement-specialist.md
08-test-specialist.md
09-review-specialist.md
10-deploy-specialist.md
commands/
_test-shared.md
f5-agent.md
f5-analytics.md
f5-ba.md
f5-backend.md
f5-checkpoint.md
f5-classify.md
f5-codebase.md
f5-collab.md
f5-collaborate.md
f5-context.md
f5-ctx.md
f5-db.md
f5-design.md
f5-doctor.md
f5-examples.md
f5-excel-to-csv.md
f5-fix.md
f5-gate.md
f5-handoff.md
f5-help.md
f5-implement.md
f5-import-analyze.md
f5-import-batch.md
f5-import-schema.md
f5-import.md
f5-improve.md
f5-init.md
f5-jira-attachments.md
f5-jira-convert.md
f5-jira-issue.md
f5-jira-setup.md
f5-jira-status.md
f5-jira-sync.md
f5-jira.md
f5-lang.md
f5-learn.md
f5-mcp-setup.md
f5-migrate.md
f5-mobile.md
f5-mode.md
f5-module.md
f5-persona.md
f5-planning.md
f5-question.md
f5-research.md
f5-review.md
f5-selftest.md
f5-session.md
f5-skill.md
f5-spec.md
f5-status.md
f5-strict.md
f5-styleguide.md
f5-suggest.md
f5-sync.md
f5-tdd.md
f5-team.md
f5-test-e2e.md
f5-test-it.md
f5-test-unit.md
f5-test-visual.md
f5-test.md
f5-translate.md
f5-tutorial.md
f5-verify.md
f5-web.md
f5-workflow.md
feature.md
workflow-feature.md
configs/
.f5/
AGENTS.md
ci/
gate-check.sh
README.md
config/
agents.yaml
automation.yaml
behavioral.yaml
collaboration.yaml
command-integration.yaml
error-handling.yaml
excel-notes.yaml
gates.yaml
health-config.yaml
improve.yaml
mcp-integration.yaml
session-management.yaml
state-manager.yaml
token-optimization.yaml
verbosity-integration.yaml
gates/
D1/
.gitkeep
D2/
.gitkeep
D3/
.gitkeep
D4/
.gitkeep
G2/
.gitkeep
G3/
.gitkeep
G4/
.gitkeep
README.md
templates/
deployment-report.md
gate-report.md
security-report.md
summary-report.md
test-report.md
manifest.yaml
MODES.md
README.md
schemas/
checkpoint.schema.yaml
collaboration.schema.yaml
coverage.schema.yaml
excel-import-issues.yaml
excel-import-issues.yaml.template
excel-import-template.yaml
learning.schema.yaml
selftest/
integration-tests.yaml
test-definitions.yaml
tdd/
config.yaml
metrics.md
README.md
sessions/
.gitkeep
templates/
fastapi/
test_service.py.template
go/
service_test.go.template
nestjs/
service.spec.ts.template
react/
component.test.tsx.template
session-report.md
spring/
ServiceTest.java.template
templates/
KNOWLEDGE.md
PLANNING.md
SESSION.md
TASKS.md
workflows/
audit/
audit-log.json
auth/
login-flow.json
user-registration.json
file-management/
file-upload.json
integration/
external-api.json
inventory/
stock-management.json
localization/
translation-flow.json
notification/
multi-channel.json
order/
order-processing.json
payment/
payment-integration.json
product/
product-catalog.json
README.md
reporting/
report-generator.json
search/
search-index.json
user/
user-crud.json
version.json
workflow-integration/
auto-activation.yaml
guided-commands.yaml
onboarding.yaml
phase-mapping.yaml
README.md
hooks/
hooks.json
post-edit.sh
pre-edit.sh
scripts/
mcp-auto-load.sh
post-edit-checklist.sh
pre-edit-checklist.sh
session-end.sh
README.md
skills/
_core/
behavioral-modes.md
quality-gates.md
SKILL.md
workflow.md
_shared/
api-patterns.md
security-patterns.md
SKILL.md
test-patterns.md
accessibility/
aria/
aria-basics.md
aria-live-regions.md
aria-roles.md
aria-states.md
components/
accessible-buttons.md
accessible-forms.md
accessible-modals.md
accessible-tables.md
fundamentals/
accessibility-principles.md
disability-types.md
wcag-overview.md
html/
forms.md
headings.md
landmarks.md
semantic-html.md
keyboard/
focus-management.md
keyboard-navigation.md
skip-links.md
media/
audio-transcripts.md
images-alt-text.md
video-captions.md
references/
aria.md
components.md
testing.md
wcag.md
SKILL.md
testing/
automated-testing.md
manual-testing.md
screen-reader-testing.md
visual/
color-contrast.md
motion-reduction.md
text-sizing.md
api-design/
best-practices/
api-evolution.md
api-guidelines.md
backwards-compatibility.md
documentation/
api-documentation.md
examples.md
openapi-swagger.md
graphql/
graphql-basics.md
mutations.md
resolvers.md
schema-design.md
subscriptions.md
grpc/
grpc-basics.md
protobuf.md
streaming.md
patterns/
authentication.md
error-handling.md
idempotency.md
rate-limiting.md
request-response.md
references/
documentation.md
graphql.md
grpc.md
patterns.md
rest.md
rest/
filtering-sorting.md
http-methods.md
pagination.md
resource-naming.md
rest-principles.md
status-codes.md
versioning.md
SKILL.md
architecture/
decision-making/
architecture-decision-records.md
documentation.md
trade-offs.md
design-patterns/
behavioral/
command.md
observer.md
state-machine.md
strategy.md
creational/
builder.md
dependency-injection.md
factory.md
singleton.md
structural/
adapter.md
decorator.md
facade.md
repository.md
distributed-systems/
data-consistency.md
event-driven.md
... 1600 moreShowing a partial view of a very large repo.
© 2026 Flowy · Free and open source
Built for Claude Code · Not affiliated with Anthropic