Credo Checks
Credo Checks verifies claims against a user-defined set of beliefs, ensuring responses align with desired values and reducing bias.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add credo-checks npx -- -y @trustedskills/credo-checks
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"credo-checks": {
"command": "npx",
"args": [
"-y",
"@trustedskills/credo-checks"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
The credo-checks skill allows AI agents to execute Credo code style checks. It analyzes Python code against Credo's ruleset, identifying potential style violations and suggesting improvements. This helps maintain consistent coding standards within a project and improve overall code quality.
When to use it
- Enforcing Code Style: Automatically check new or existing Python code for compliance with established style guidelines.
- Code Reviews: Integrate Credo checks into the code review process to identify and address style issues early on.
- Continuous Integration (CI): Automate Credo checks as part of a CI/CD pipeline to ensure consistent code quality across all commits.
- Team Onboarding: Help new team members quickly understand and adhere to project-specific coding standards.
Key capabilities
- Executes Credo style checks on Python code.
- Identifies violations against Credo's ruleset.
- Provides suggestions for improving code style.
- Integrates with existing development workflows.
Example prompts
- "Run credo checks on this file:
my_script.py." - "Check the codebase for any Credo violations."
- "Analyze this Python code snippet and suggest improvements based on Credo's style guide."
Tips & gotchas
- Requires Credo to be installed in the environment where the AI agent is running.
- The specific ruleset used by Credo can be configured, so ensure it aligns with your project’s coding standards.
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 Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.