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

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.1.0.tar.gz (16.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.1.0-py3-none-any.whl (27.4 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: vulcan_skills-0.1.0.tar.gz
  • Upload date:
  • Size: 16.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.1.0.tar.gz
Algorithm Hash digest
SHA256 c501e0c6fe06c68cf0310c807f2abe6b34fcb77cd194038bce085b0982c7064c
MD5 7aac96ffd36a5fd709c01ee57f8c0388
BLAKE2b-256 6210d95ea6fbffcda1a9c9ca74495803b764bf26e18925ff91869b7558606f03

See more details on using hashes here.

File details

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

File metadata

  • Download URL: vulcan_skills-0.1.0-py3-none-any.whl
  • Upload date:
  • Size: 27.4 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.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 721760301e037eda475e75052aa0d83a93c9e16fff51775ac34ab192abdc9d24
MD5 13b7e90a7ec23662a27233b1dbad93f3
BLAKE2b-256 b146cc15924cdae4696b7dcb75063f7a3727e4ccaa89dd34943a87983c23fdbe

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