Skip to content

selvoapp/skills

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Selvo Help Center Skill

Generate and maintain help center articles from your codebase.

Quick start

1. Install skills

# All agents (Claude Code, Codex, Cursor, Windsurf, Gemini CLI, etc.)
npx skills add selvoapp/skills
Other install methods

Claude Code plugin:

/plugin marketplace add selvoapp/skills
/plugin install selvo-help-center@selvo

Manual:

git clone https://github.com/selvoapp/skills ~/.claude/skills/selvo

2. Install the Selvo CLI

npm install -g @selvo/cli

3. Authenticate

Create an API key in your Selvo dashboard under Settings > API Keys, then:

selvo login

Verify everything is connected:

selvo doctor

4. Generate your help center

/generate-help-center

Skills

Skill Command Description
generate-help-center /generate-help-center Reads your codebase and creates structured help articles organized into collections
update-help-center /update-help-center Detects stale docs after code changes and surgically updates only what changed

Demo

/generate-help-center

Reads your README, routes, config, and APIs. Creates structured articles organized into collections with proper content hierarchy. All articles are created as drafts for your review.

/generate-help-center
/generate-help-center billing and API docs

/update-help-center

Three-phase pipeline: detect code changes, match to existing articles, decide what to update. Supports surgical section-level edits, dry-run mode, and dismissal memory.

/update-help-center
/update-help-center --since "1 week ago"
/update-help-center --dry-run
/update-help-center --full-scan

CI/CD templates

Automate documentation maintenance with GitHub Actions:

Workflow Trigger Description
sync-docs.yml Push to docs/help-center/ Sync markdown files to Selvo
changelog.yml GitHub release published Create help center article from release notes
doc-drift.yml PR merged to main Check for stale docs and update them

Requirements

  • A Selvo account (Starter plan or above)
  • An API key from Settings > API Keys
  • The Selvo CLI (npm install -g @selvo/cli)
  • An MCP-compatible AI agent (Claude Code, Codex, Cursor, Windsurf, etc.)

License

MIT

About

Generate and maintain help center articles from your codebase

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors