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 vuctmd-skills

Usage

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

Install a skill into your project

vuctmd-skills install data-quality
vuctmd-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

vuctmd-skills list

See what's active in your project

vuctmd-skills show

Add your own business rules

vuctmd-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

vuctmd-skills remove data-quality

Update installed skills

vuctmd-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

vuctmd_skills-0.2.1.tar.gz (18.6 kB view details)

Uploaded Source

Built Distribution

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

vuctmd_skills-0.2.1-py3-none-any.whl (31.4 kB view details)

Uploaded Python 3

File details

Details for the file vuctmd_skills-0.2.1.tar.gz.

File metadata

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

File hashes

Hashes for vuctmd_skills-0.2.1.tar.gz
Algorithm Hash digest
SHA256 6e93b41144ec1ff296bc5c79c28923902e9d4402bacda87eb275ff5a0712812d
MD5 86dd641fd85c4ff2d8f25b61bc738f7e
BLAKE2b-256 caf5c415cf3cfa6dd5c0537a7f5ad06f6a9d6d4ad2fd5b90f77f12ab04b81ea7

See more details on using hashes here.

File details

Details for the file vuctmd_skills-0.2.1-py3-none-any.whl.

File metadata

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

File hashes

Hashes for vuctmd_skills-0.2.1-py3-none-any.whl
Algorithm Hash digest
SHA256 57447ad6f7470b0d33280136169dae580084e1d4279aeff5bcc4d239ba9a94d3
MD5 18810dd5cb80aa3716ba161439bf19ae
BLAKE2b-256 f7e90825f2c8b82eb23a45e6ae6ebfeb4f46d9ed77b0094ed82364a816566049

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