Credo Custom Checks

🌐Community
by thebushidocollective · vlatest · Repository

Credo Custom Checks generates tailored prompts and responses based on your specified beliefs & values for nuanced AI interactions.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add credo-custom-checks npx -- -y @trustedskills/credo-custom-checks
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "credo-custom-checks": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/credo-custom-checks"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

What it does

This skill allows AI agents to execute custom Credo checks, extending beyond the standard Credo linting capabilities. It provides a way to enforce project-specific coding standards and best practices by integrating user-defined rules into the code review process. The skill facilitates automated quality assurance and consistency across codebase.

When to use it

  • Enforcing Project-Specific Style Guides: When your team has unique coding conventions not covered by default Credo settings.
  • Automated Code Reviews: Integrate custom checks into a CI/CD pipeline for consistent code quality enforcement.
  • New Team Onboarding: Quickly ensure new developers adhere to project standards through automated feedback.
  • Maintaining Large Codebases: Identify and address potential issues early on in larger projects with complex coding rules.

Key capabilities

  • Execution of custom Credo checks
  • Integration with existing Credo linting workflows
  • Enforcement of project-specific coding standards
  • Automated quality assurance

Example prompts

  • "Run the custom Credo checks for this file."
  • "Execute my project's specific Credo rules on all Python files in the 'src' directory."
  • “Can you run the ‘no-long-variable’ check and report any violations?”

Tips & gotchas

  • Requires a working Credo installation.
  • Custom checks need to be properly configured within your project environment for the skill to function correctly.

Tags

🛡️

TrustedSkills Verification

Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.

Security Audits

Gen Agent Trust HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
thebushidocollective
Installs
13

🌐 Community

Passed automated security scans.