Skip to main content

AI agent skills for the Vulcan data platform

This project has been archived.

The maintainers of this project have marked this project as archived. No new releases are expected.

Project description

vulcan-skills

AI agent skills for the Vulcan data platform.

Teach any AI agent (Cursor, Claude, GitHub Copilot) how to work with Vulcan correctly — writing models, using the CLI, following best practices.


Install

pip install vulcan-skills

Usage

Full Usage Guide — Complete guide with examples, best practices, and troubleshooting

Install a skill into your project

vulcan skills install data-quality
vulcan skills install cli-commands sql-models incremental-patterns

Skills land as markdown files in .vulcan/skills/ — your AI agent reads them automatically.

List available skills

vulcan skills list

See what's active in your project

vulcan skills show

Add your own business rules

vulcan skills create acme-naming-rules
# Opens editor — write your rules in markdown
# Commit .vulcan/skills/acme-naming-rules.md to share with your team

Remove a skill

vulcan skills remove data-quality

Update installed skills

vulcan skills update

Available Skills

Skill What It Teaches
cli-commands All Vulcan CLI commands with examples
sql-models How to write SQL models in Vulcan
python-models How to write Python models
incremental-patterns Incremental model patterns and best practices
data-quality Writing checks, audits, and tests
model-properties Model properties and configuration
semantics How to define semantic layers
macros Writing and using Jinja macros
bigquery BigQuery-specific patterns
snowflake Snowflake-specific patterns
databricks Databricks-specific patterns

Project Structure After Install

your-vulcan-project/
├── models/
├── checks/
├── vulcan.yaml
└── .vulcan/
    └── skills/
        ├── data-quality.md          ← public skill (from this package)
        ├── incremental-patterns.md  ← public skill (from this package)
        └── acme-naming-rules.md     ← your custom skill (stays in your repo)

Agent Setup

Cursor

Add to your .cursorrules:

Before helping with any Vulcan task, read all files in .vulcan/skills/

Claude (MCP)

Vulcan's MCP server exposes .vulcan/skills/ to Claude automatically.

Any other agent

Point your agent's context to read .vulcan/skills/*.md before every Vulcan-related task.


Contributing

Skills live in skills/ as plain markdown files. To contribute:

  1. Fork this repo
  2. Add or improve a skill in skills/
  3. Open a pull request

See CONTRIBUTING.md for guidelines.


License

Apache 2.0

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

vulcan_skills-0.2.0.tar.gz (19.8 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

vulcan_skills-0.2.0-py3-none-any.whl (31.3 kB view details)

Uploaded Python 3

File details

Details for the file vulcan_skills-0.2.0.tar.gz.

File metadata

  • Download URL: vulcan_skills-0.2.0.tar.gz
  • Upload date:
  • Size: 19.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.3

File hashes

Hashes for vulcan_skills-0.2.0.tar.gz
Algorithm Hash digest
SHA256 ad210559fa997f17cf560c067e0a4e1851785ebf7120999b7baa98cf7ddeffef
MD5 965e81fd14a84556eda46e207bb95c0e
BLAKE2b-256 edbe98b348452324f74ee02e05a74ba7626afdb0b2b05e85df2011885cb0b394

See more details on using hashes here.

File details

Details for the file vulcan_skills-0.2.0-py3-none-any.whl.

File metadata

  • Download URL: vulcan_skills-0.2.0-py3-none-any.whl
  • Upload date:
  • Size: 31.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.3

File hashes

Hashes for vulcan_skills-0.2.0-py3-none-any.whl
Algorithm Hash digest
SHA256 df8605e11a62150ffdeb0eeb404b9a9a1b6dea1e4cc4f6145f8f27960fa6d04d
MD5 a2f0c785b60b41c2bc84457370e223ef
BLAKE2b-256 1836da5d5b09a283ca27fdc017e02efb16fcd270c20514b5112be274d4bbda30

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page