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.0.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.0-py3-none-any.whl (31.4 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: vuctmd_skills-0.2.0.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.0.tar.gz
Algorithm Hash digest
SHA256 f1cc0a67efac4a81c8aaaa26d0e4a6b9ddd3fc717bcee283456791c364e34ce7
MD5 f819ebc3194ba5968acb411175145824
BLAKE2b-256 d1bb1730e1302ecb843e52c90550aa79446aaed3afd6a471e0e91f86c6cdb0e9

See more details on using hashes here.

File details

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

File metadata

  • Download URL: vuctmd_skills-0.2.0-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.0-py3-none-any.whl
Algorithm Hash digest
SHA256 dea1efc8a9512b01a9d0ff716aa7aef62efbf7015b0654efd726cc5fef47b6cf
MD5 8a75abfafac560efd36c219c2edfba8c
BLAKE2b-256 a46e4c042e0eb61af90d3b61d94eb14e2e2c1eff9e1d8d10ff4e356c27492595

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