[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"workflow-asset-796bd7e8":3,"seo:featured-workflow:796bd7e8-4d35-11f1-9bc6-00163e2b0d79:fr":82,"workflow-related-asset-796bd7e8-796bd7e8-4d35-11f1-9bc6-00163e2b0d79":83},{"id":4,"uuid":5,"slug":6,"title":7,"description":8,"author_id":9,"author_name":10,"author_avatar":11,"token_estimate":12,"time_saved":12,"model_used":11,"fork_count":12,"vote_count":12,"view_count":12,"parent_id":12,"parent_uuid":11,"lang_type":13,"steps":14,"tags":21,"has_voted":27,"visibility":17,"share_token":11,"is_featured":12,"content_hash":28,"asset_kind":29,"target_tools":30,"install_mode":34,"entrypoint":18,"risk_profile":35,"dependencies":37,"verification":42,"agent_metadata":45,"agent_fit":58,"trust":70,"provenance":79,"created_at":81,"updated_at":81},3042,"796bd7e8-4d35-11f1-9bc6-00163e2b0d79","asset-796bd7e8","Beego — Full-Featured Go Web Framework with MVC and ORM","Beego is a batteries-included web framework for Go that ships with an MVC architecture, built-in ORM, session handling, caching, and a live-reload dev server.","8a910e34-3180-11f1-9bc6-00163e2b0d79","Script Depot","",0,"en",[15],{"id":16,"step_order":17,"title":18,"description":11,"prompt_template":19,"variables":11,"depends_on":20,"expected_output":11},3605,1,"Beego Overview","# Beego — Full-Featured Go Web Framework with MVC and ORM\n\n## Quick Use\n```bash\ngo install github.com\u002Fbeego\u002Fbee\u002Fv2@latest\nbee new myapp && cd myapp\nbee run\n```\n\n## Introduction\nBeego is an open-source, high-performance web framework for Go that follows the MVC pattern. It provides a comprehensive toolkit including an ORM, HTTP router, session manager, config parser, and a CLI tool called Bee that automates project scaffolding and live reload during development.\n\n## What Beego Does\n- Provides a full MVC architecture with controllers, models, views, and routers\n- Includes a built-in ORM supporting MySQL, PostgreSQL, SQLite, and Oracle\n- Ships with session management, caching, logging, and config modules\n- Offers the Bee CLI for scaffolding, live reload, code generation, and database migrations\n- Supports RESTful API design with automatic API documentation via Swagger\n\n## Architecture Overview\nBeego's architecture is modular: the core HTTP server handles routing via a tree-based router, dispatching requests to controller methods. The ORM layer uses reflection-based model registration and supports raw SQL, QuerySets, and transactions. Middleware (called filters) hook into the request lifecycle at configurable stages. The Bee CLI watches file changes and rebuilds the binary on save.\n\n## Self-Hosting & Configuration\n- Install via `go get github.com\u002Fbeego\u002Fbeego\u002Fv2` and `go install github.com\u002Fbeego\u002Fbee\u002Fv2@latest`\n- Configure through `conf\u002Fapp.conf` using INI-style key-value pairs\n- Set `runmode = prod` for production, `dev` for development with auto-reload\n- Enable HTTPS by setting `EnableHTTPS = true` with cert\u002Fkey paths\n- Use environment variable overrides with `${ENV_VAR}` syntax in config files\n\n## Key Features\n- Bee CLI provides scaffolding, live reload, migration, and Swagger doc generation\n- Built-in ORM supports CRUD, raw SQL, transactions, and query builder\n- Namespace-based routing groups endpoints cleanly for versioned APIs\n- Annotation-based router can parse comments on controller methods\n- Task module provides cron-like scheduled job execution within the app\n\n## Comparison with Similar Tools\n- **Gin** — Lighter and faster for pure APIs, but lacks ORM, session, and scaffolding tools\n- **Echo** — Minimal and performant; Beego offers more built-in modules out of the box\n- **Fiber** — Fasthttp-based and very fast; Beego uses net\u002Fhttp and provides broader batteries\n- **Revel** — Also full-stack Go framework but less actively maintained than Beego\n- **Buffalo** — Similar batteries-included approach but smaller community and fewer built-in modules\n\n## FAQ\n**Q: Is Beego still actively maintained?**\nA: Yes. Beego v2 is under active development with regular releases and community contributions.\n\n**Q: Can I use Beego just for APIs without the view layer?**\nA: Yes. You can use Beego as a pure REST API framework and skip the template engine entirely.\n\n**Q: How does Beego's ORM compare to GORM?**\nA: Beego's ORM is simpler and tightly integrated with the framework. GORM is more feature-rich as a standalone library with broader community plugins.\n\n**Q: Does Beego support middleware?**\nA: Yes. Beego calls them filters, and they can be registered at multiple stages of the request lifecycle.\n\n## Sources\n- https:\u002F\u002Fgithub.com\u002Fbeego\u002Fbeego\n- https:\u002F\u002Fbeego.wiki","0",[22],{"id":23,"name":24,"slug":25,"icon":26},11,"Scripts","script","📜",false,"da201770583ad6e40cb560848a596126c24129e9589df6623cb6182bce8ee3dd","skill",[31,32,33],"claude_code","codex","gemini_cli","single",{"executes_code":27,"modifies_global_config":27,"requires_secrets":36,"uses_absolute_paths":27,"network_access":27},[],{"npm":38,"pip":39,"brew":40,"system":41},[],[],[],[],{"commands":43,"expected_files":44},[],[18],{"asset_kind":29,"target_tools":46,"install_mode":34,"entrypoint":18,"risk_profile":47,"dependencies":49,"content_hash":28,"verification":54,"inferred":57},[31,32,33],{"executes_code":27,"modifies_global_config":27,"requires_secrets":48,"uses_absolute_paths":27,"network_access":27},[],{"npm":50,"pip":51,"brew":52,"system":53},[],[],[],[],{"commands":55,"expected_files":56},[],[18],true,{"target":32,"score":59,"status":60,"policy":61,"why":62,"asset_kind":29,"install_mode":34},98,"native","allow",[63,64,65,66,67,68,69],"target_tools includes codex","asset_kind skill","install_mode single","markdown-only","policy allow","safe markdown-only Codex install","trust established",{"author_trust_level":71,"verified_publisher":27,"asset_signed_hash":28,"signature_status":72,"install_count":12,"report_count":12,"dangerous_capability_badges":73,"review_status":74,"signals":75},"established","hash_only",[],"unreviewed",[76,77,78],"author has published assets","content hash available","no dangerous capability badges",{"owner_uuid":9,"owner_name":10,"source_url":80,"content_hash":28,"visibility":17,"created_at":81,"updated_at":81},"https:\u002F\u002Ftokrepo.com\u002Fen\u002Fworkflows\u002Fasset-796bd7e8","2026-05-11 20:32:29",null,[84,136,181,226],{"id":85,"uuid":86,"slug":87,"title":88,"description":89,"author_id":9,"author_name":10,"author_avatar":11,"token_estimate":12,"time_saved":12,"model_used":11,"fork_count":12,"vote_count":12,"view_count":90,"parent_id":12,"parent_uuid":11,"lang_type":13,"steps":91,"tags":92,"has_voted":27,"visibility":17,"share_token":11,"is_featured":12,"content_hash":94,"asset_kind":29,"target_tools":95,"install_mode":34,"entrypoint":96,"risk_profile":97,"dependencies":99,"verification":104,"agent_metadata":107,"agent_fit":119,"trust":121,"provenance":124,"created_at":126,"updated_at":127,"__relatedScore":128,"__relatedReasons":129,"__sharedTags":134},3044,"9ca5bc79-4d35-11f1-9bc6-00163e2b0d79","asset-9ca5bc79","Iris — Fast Full-Featured Web Framework for Go","Iris is a high-performance Go web framework with MVC support, WebSocket handling, dependency injection, and a rich middleware ecosystem.",4,[],[93],{"id":23,"name":24,"slug":25,"icon":26},"e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855",[31,32,33],"SKILL.md",{"executes_code":27,"modifies_global_config":27,"requires_secrets":98,"uses_absolute_paths":27,"network_access":27},[],{"npm":100,"pip":101,"brew":102,"system":103},[],[],[],[],{"commands":105,"expected_files":106},[],[],{"asset_kind":29,"target_tools":108,"install_mode":34,"entrypoint":96,"risk_profile":109,"dependencies":111,"content_hash":94,"verification":116,"inferred":57},[31,32,33],{"executes_code":27,"modifies_global_config":27,"requires_secrets":110,"uses_absolute_paths":27,"network_access":27},[],{"npm":112,"pip":113,"brew":114,"system":115},[],[],[],[],{"commands":117,"expected_files":118},[],[],{"target":32,"score":59,"status":60,"policy":61,"why":120,"asset_kind":29,"install_mode":34},[63,64,65,66,67,68,69],{"author_trust_level":71,"verified_publisher":27,"asset_signed_hash":94,"signature_status":72,"install_count":12,"report_count":12,"dangerous_capability_badges":122,"review_status":74,"signals":123},[],[76,77,78],{"owner_uuid":9,"owner_name":10,"source_url":125,"content_hash":94,"visibility":17,"created_at":126,"updated_at":127},"https:\u002F\u002Ftokrepo.com\u002Fen\u002Fworkflows\u002Fasset-9ca5bc79","2026-05-11 20:33:28","2026-05-11 22:44:53",125.04845500650403,[130,131,132,133],"topic-match","same-kind","same-target","same-author",[25,135],"scripts",{"id":137,"uuid":138,"slug":139,"title":140,"description":141,"author_id":9,"author_name":10,"author_avatar":11,"token_estimate":12,"time_saved":12,"model_used":11,"fork_count":12,"vote_count":12,"view_count":142,"parent_id":12,"parent_uuid":11,"lang_type":13,"steps":143,"tags":144,"has_voted":27,"visibility":17,"share_token":11,"is_featured":12,"content_hash":94,"asset_kind":29,"target_tools":146,"install_mode":34,"entrypoint":96,"risk_profile":147,"dependencies":149,"verification":154,"agent_metadata":157,"agent_fit":169,"trust":171,"provenance":174,"created_at":176,"updated_at":177,"__relatedScore":178,"__relatedReasons":179,"__sharedTags":180},2767,"672575f1-49a9-11f1-9bc6-00163e2b0d79","asset-672575f1","Framework7 — Full-Featured Mobile UI Framework for iOS and Android","A free, open-source HTML framework for building native-looking mobile apps with web technologies, supporting iOS and Material Design themes.",40,[],[145],{"id":23,"name":24,"slug":25,"icon":26},[31,32,33],{"executes_code":27,"modifies_global_config":27,"requires_secrets":148,"uses_absolute_paths":27,"network_access":27},[],{"npm":150,"pip":151,"brew":152,"system":153},[],[],[],[],{"commands":155,"expected_files":156},[],[],{"asset_kind":29,"target_tools":158,"install_mode":34,"entrypoint":96,"risk_profile":159,"dependencies":161,"content_hash":94,"verification":166,"inferred":57},[31,32,33],{"executes_code":27,"modifies_global_config":27,"requires_secrets":160,"uses_absolute_paths":27,"network_access":27},[],{"npm":162,"pip":163,"brew":164,"system":165},[],[],[],[],{"commands":167,"expected_files":168},[],[],{"target":32,"score":59,"status":60,"policy":61,"why":170,"asset_kind":29,"install_mode":34},[63,64,65,66,67,68,69],{"author_trust_level":71,"verified_publisher":27,"asset_signed_hash":94,"signature_status":72,"install_count":12,"report_count":12,"dangerous_capability_badges":172,"review_status":74,"signals":173},[],[76,77,78],{"owner_uuid":9,"owner_name":10,"source_url":175,"content_hash":94,"visibility":17,"created_at":176,"updated_at":177},"https:\u002F\u002Ftokrepo.com\u002Fen\u002Fworkflows\u002Fasset-672575f1","2026-05-07 08:12:15","2026-05-11 20:24:14",119.4191757850796,[130,131,132,133],[25,135],{"id":182,"uuid":183,"slug":184,"title":185,"description":186,"author_id":9,"author_name":10,"author_avatar":11,"token_estimate":12,"time_saved":12,"model_used":11,"fork_count":12,"vote_count":12,"view_count":187,"parent_id":12,"parent_uuid":11,"lang_type":13,"steps":188,"tags":189,"has_voted":27,"visibility":17,"share_token":11,"is_featured":12,"content_hash":94,"asset_kind":29,"target_tools":191,"install_mode":34,"entrypoint":96,"risk_profile":192,"dependencies":194,"verification":199,"agent_metadata":202,"agent_fit":214,"trust":216,"provenance":219,"created_at":221,"updated_at":222,"__relatedScore":223,"__relatedReasons":224,"__sharedTags":225},2763,"899aeefa-4989-11f1-9bc6-00163e2b0d79","asset-899aeefa","SolidStart — Full-Stack Meta-Framework for SolidJS","The official meta-framework for SolidJS that adds file-based routing, server functions, SSR, and deployment adapters for building full-stack web applications.",36,[],[190],{"id":23,"name":24,"slug":25,"icon":26},[31,32,33],{"executes_code":27,"modifies_global_config":27,"requires_secrets":193,"uses_absolute_paths":27,"network_access":27},[],{"npm":195,"pip":196,"brew":197,"system":198},[],[],[],[],{"commands":200,"expected_files":201},[],[],{"asset_kind":29,"target_tools":203,"install_mode":34,"entrypoint":96,"risk_profile":204,"dependencies":206,"content_hash":94,"verification":211,"inferred":57},[31,32,33],{"executes_code":27,"modifies_global_config":27,"requires_secrets":205,"uses_absolute_paths":27,"network_access":27},[],{"npm":207,"pip":208,"brew":209,"system":210},[],[],[],[],{"commands":212,"expected_files":213},[],[],{"target":32,"score":59,"status":60,"policy":61,"why":215,"asset_kind":29,"install_mode":34},[63,64,65,66,67,68,69],{"author_trust_level":71,"verified_publisher":27,"asset_signed_hash":94,"signature_status":72,"install_count":12,"report_count":12,"dangerous_capability_badges":217,"review_status":74,"signals":218},[],[76,77,78],{"owner_uuid":9,"owner_name":10,"source_url":220,"content_hash":94,"visibility":17,"created_at":221,"updated_at":222},"https:\u002F\u002Ftokrepo.com\u002Fen\u002Fworkflows\u002Fasset-899aeefa","2026-05-07 04:24:09","2026-05-11 14:44:44",114.35230258610049,[130,131,132,133],[25,135],{"id":227,"uuid":228,"slug":229,"title":230,"description":231,"author_id":9,"author_name":10,"author_avatar":11,"token_estimate":12,"time_saved":12,"model_used":11,"fork_count":12,"vote_count":12,"view_count":232,"parent_id":12,"parent_uuid":11,"lang_type":13,"steps":233,"tags":234,"has_voted":27,"visibility":17,"share_token":11,"is_featured":12,"content_hash":236,"asset_kind":29,"target_tools":237,"install_mode":34,"entrypoint":238,"risk_profile":239,"dependencies":241,"verification":246,"agent_metadata":249,"agent_fit":261,"trust":263,"provenance":267,"created_at":269,"updated_at":270,"__relatedScore":271,"__relatedReasons":272,"__sharedTags":273},2298,"d0d8eb8f-42fe-11f1-9bc6-00163e2b0d79","redwoodjs-full-stack-react-framework-graphql-prisma-d0d8eb8f","RedwoodJS — Full-Stack React Framework with GraphQL and Prisma","RedwoodJS is an opinionated full-stack JavaScript framework that combines React on the frontend with a GraphQL API and Prisma ORM on the backend, optimized for startups and rapid application development.",156,[],[235],{"id":23,"name":24,"slug":25,"icon":26},"3221c67ef44d38a9d76769ebaf6af8f116c9a6c812709ad558670a00f1414c39",[31,32,33],"RedwoodJS Overview",{"executes_code":27,"modifies_global_config":27,"requires_secrets":240,"uses_absolute_paths":27,"network_access":27},[],{"npm":242,"pip":243,"brew":244,"system":245},[],[],[],[],{"commands":247,"expected_files":248},[],[238],{"asset_kind":29,"target_tools":250,"install_mode":34,"entrypoint":238,"risk_profile":251,"dependencies":253,"content_hash":236,"verification":258},[31,32,33],{"executes_code":27,"modifies_global_config":27,"requires_secrets":252,"uses_absolute_paths":27,"network_access":27},[],{"npm":254,"pip":255,"brew":256,"system":257},[],[],[],[],{"commands":259,"expected_files":260},[],[238],{"target":32,"score":59,"status":60,"policy":61,"why":262,"asset_kind":29,"install_mode":34},[63,64,65,66,67,68,69],{"author_trust_level":71,"verified_publisher":27,"asset_signed_hash":236,"signature_status":72,"install_count":12,"report_count":12,"dangerous_capability_badges":264,"review_status":74,"signals":265},[],[266,76,77,78],"asset has usage views",{"owner_uuid":9,"owner_name":10,"source_url":268,"content_hash":236,"visibility":17,"created_at":269,"updated_at":270},"https:\u002F\u002Ftokrepo.com\u002Fen\u002Fworkflows\u002Fredwoodjs-full-stack-react-framework-graphql-prisma-d0d8eb8f","2026-04-28 20:36:01","2026-05-11 21:11:15",112.29384947861385,[130,131,132,133],[25,135]]