000-docs/000a-planned-skills/templates/verification-pipeline/skill-package/SKILL.md
Produces verified datasets, verified evaluation results, and a deployable contract bundle for a workflow. Use when you need provable correctness at data and evaluation boundaries. Trigger with 'verify workflow', 'validate contract', or 'run verification pipeline'.
npx skillsauth add intent-solutions-io/plugins-nixtla org-verification-pipelineInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Produce verified artifacts (data, metrics, contracts) using a 5-phase gated workflow with deterministic scripts.
This skill runs a strict pipeline:
reports/<project>/<timestamp>/.agents/ and procedures in references/.report_path exists{baseDir}/scripts/verify_schema.py{baseDir}/scripts/verify_integrity.py and {baseDir}/scripts/verify_frequency.py{baseDir}/scripts/run_backtest.py{baseDir}/scripts/verify_api_examples.shreports/<project>/<timestamp>/0X-*.md: evidence reportsreports/<project>/<timestamp>/quality.json: quality summaryreports/<project>/<timestamp>/metrics.json: evaluation metricsreports/<project>/<timestamp>/contract/**: deployable contract bundleError: Phase JSON is invalid / missing keys
Solution: Re-run the phase and ensure strict JSON output contract is met.
Error: Verification script fails
Solution: Treat script output as ground truth; update mapping, data, or plan until scripts pass.
# Example: run schema verification (Phase 1)
python {baseDir}/scripts/verify_schema.py \
--input data/raw.csv \
--schema references/00-canonical-schema.json \
--out reports/example/2025-01-01T00-00-00Z/quality.json
{baseDir}/references/{baseDir}/agents/{baseDir}/scripts/tools
This skill assists with managing database sharding strategies. It is activated when the user needs to implement horizontal database sharding to scale beyond single-server limitations. The skill supports designing sharding strategies, distributing data across multiple database instances, and implementing consistent hashing, automatic rebalancing, and cross-shard query coordination. Use this skill when the user mentions "database sharding", "sharding implementation", "scale database", or "horizontal partitioning". The plugin helps design and implement sharding for high-scale applications.
tools
This skill enables Claude to perform comprehensive database security scans using the database-security-scanner plugin. It is triggered when the user requests a security assessment of a database, including identifying vulnerabilities like weak passwords, SQL injection risks, and insecure configurations. The skill leverages OWASP guidelines to ensure thorough coverage and provides remediation suggestions. Use this skill when the user asks to "scan database security", "check database for vulnerabilities", "perform OWASP compliance check on database", or "assess database security posture". The plugin supports PostgreSQL and MySQL.
testing
This skill enables Claude to design and visualize database schemas. It leverages normalization guidance (1NF through BCNF), relationship mapping, and ERD generation to create efficient and well-structured databases. Use this skill when the user requests to "design a database schema", "create a database model", "generate an ERD", "normalize a database", or needs help with "database design best practices". The skill is triggered by terms like "database schema", "ERD diagram", "database normalization", and "relational database design".
tools
This skill enables Claude to manage database replication, failover, and high availability configurations using the database-replication-manager plugin. It is designed to assist with tasks such as setting up master-slave replication, configuring automatic failover, monitoring replication lag, and implementing read scaling. Use this skill when the user requests help with "database replication", "failover configuration", "high availability", "replication lag", or "read scaling" for databases like PostgreSQL or MySQL. The plugin facilitates both physical and logical replication strategies.