vibe-coding-standards-skill

A comprehensive skill for enforcing project-specific architecture, styling, security, and quality rules. Use this skill when: (1) Reviewing code for compliance, (2) Generating new components or modules, (3) Refactoring existing code, or (4) Setting up a new project's coding standards.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "vibe-coding-standards-skill" with this command: npx skills add pixora-dev-ai/vibe-coding-standards-skill/pixora-dev-ai-vibe-coding-standards-skill-vibe-coding-standards-skill

Coding Standards Enforcer

This skill provides a complete framework for maintaining high code quality and architectural consistency across the project.

Core Workflows

1. Code Review & Auditing

Before approving any code, validte it against the Master Rules.

2. Mandatory Enforcement & Detection

To actively enforce these rules, use the bundled detection scripts. These MUST be run during CI or pre-commit.

  • Architecture Audit: Run scripts/audit/audit_engine.py .
    • Scans for forbidden patterns (e.g., hardcoded secrets, relative imports, bad dependencies).
    • Configured via scripts/audit/detectors_config.json.
  • Linter Config: Run scripts/audit/generate_eslint.sh
    • Generates a strict .eslintrc.js that enforces clean code, accessibility, and hooks rules at the IDE level.

3. Feature Implementation

When building new features, consult the relevant domain-specific rules:

4. Project Setup

To initialize these rules in a new repository:

  1. Run scripts/init_project_rules.sh to configure the project name and tokens.
  2. Use assets/project-config.template.json to customize the strictness and tech stack.

Advanced References

[!NOTE] Always prefer the "Single Source of Truth" defined in master-rules.json if there is a conflict.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Security

n8n-workflow-automation

Designs and outputs n8n workflow JSON with robust triggers, idempotency, error handling, logging, retries, and human-in-the-loop review queues. Use when you need an auditable automation that won’t silently fail.

Archived SourceRecently Updated
Security

seo-assistant

A client-facing SEO assistant grounded in Google's official SEO Starter Guide. Use this skill whenever a user mentions SEO, search rankings, Google visibility, meta descriptions, title tags, page titles, alt text, sitemaps, duplicate content, URL structure, or asks how to improve their website's presence in search results. Also trigger when a user shares a URL or webpage content and wants feedback, or asks for help writing any web content that needs to perform well in search. This skill covers auditing, content writing, and answering SEO questions — use it proactively even if the user only hints at wanting more website traffic or better Google rankings.

Archived SourceRecently Updated
Security

skillguard-hardened

Security guard for OpenClaw skills, developed and maintained by rose北港(小红帽 / 猫猫帽帽). Audits installed or incoming skills with local rules plus Zenmux AI intent review, then recommends pass, warn, block, or quarantine.

Archived SourceRecently Updated
Security

memory-poison-auditor

Audits OpenClaw memory files for injected instructions, brand bias, hidden steering, and memory poisoning patterns. Use when reviewing MEMORY.md, daily memory files, or any long-term memory store that may have been contaminated through dialogue.

Archived SourceRecently Updated