mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-05-09 07:42:39 +02:00
feat: initialize agent and claude skill libraries with comprehensive knowledge bases, workflow templates, and implementation artifacts.
This commit is contained in:
parent
956d8c6322
commit
b35b4337bb
2028 changed files with 565614 additions and 0 deletions
20
.agent/skills/bmad-bmb-setup/assets/module.yaml
Normal file
20
.agent/skills/bmad-bmb-setup/assets/module.yaml
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
code: bmb
|
||||
name: "BMad Builder"
|
||||
description: "Standard Skill Compliant Factory for BMad Agents, Workflows and Modules"
|
||||
module_version: 1.0.0
|
||||
default_selected: false
|
||||
module_greeting: >
|
||||
Enjoy making your dream creations with the BMad Builder Module!
|
||||
Run this again at any time if you want to reconfigure a setting or have updated the module, (or optionally just update _bmad/config.yaml and config.user.yaml to change existing values)
|
||||
|
||||
For questions, suggestions and support - check us on Discord at https://discord.gg/gk8jAdXWmj
|
||||
|
||||
bmad_builder_output_folder:
|
||||
prompt: "Where should your custom output (agent, workflow, module config) be saved?"
|
||||
default: "{project-root}/skills"
|
||||
result: "{project-root}/{value}"
|
||||
|
||||
bmad_builder_reports:
|
||||
prompt: "Output for Evals, Test, Quality and Planning Reports?"
|
||||
default: "{project-root}/skills/reports"
|
||||
result: "{project-root}/{value}"
|
||||
Loading…
Add table
Add a link
Reference in a new issue