Skip to content

Latest commit

 

History

History
59 lines (39 loc) · 1.74 KB

File metadata and controls

59 lines (39 loc) · 1.74 KB

bao-nguyen-agent-skills

Agent skills for use with Claude Code and other AI coding agents.

Install

Add all skills from this repo:

npx skills add https://github.com/navapbc/bao-nguyen-agent-skills

Install a specific skill:

npx skills add https://github.com/navapbc/bao-nguyen-agent-skills --skill hello-world

Install globally (available across all projects):

npx skills add https://github.com/navapbc/bao-nguyen-agent-skills -g -a claude-code

Preview available skills without installing:

npx skills add https://github.com/navapbc/bao-nguyen-agent-skills --list

Uninstall

Remove a specific skill:

npx skills remove hello-world

Updating

Update skills:

npx skills update

Available Skills

Skill Description
build-strata-rails-app Scaffolds a new Nava Strata application using nava-platform CLI and the navapbc/template-application-rails template, then optionally installs the Strata SDK. Delegates command sequences to bundled scripts/ to reduce turns
build-strata-sdk-model Adds a single Rails model to an existing Rails app — plain ActiveRecord, or a Strata SDK variant (application form, case, business process)
build-strata-sdk-model-workflow Multi-agent Workflow orchestrator variant — proposes, audits, and verifies model attributes across two human checkpoints before test-first implementation
build-strata-app-form-views Builds views, flow, and routes for a Strata multi-page application form on top of an existing ApplicationForm model

Learn more