Agent skills for common FaasJS workflows.
Start here. These background skills are auto-applied to prevent common mistakes.
Core FaasJS knowledge:
FaasJS unit testing playbook:
npx skills add faasjs/faasjs-skillsBackground skills (faasjs-best-practices, faasjs-unit-testing) are automatically applied when relevant.
Each skill follows the Agent Skills open standard:
- Create a directory under
skills/with the skill name (prefix withfaasjs-) - Add a
SKILL.mdfile with YAML frontmatter:--- name: faasjs-skill-name description: Brief description ---
- For complex skills, add additional
.mdfiles and reference them fromSKILL.md