claude-code_mrgoonie — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited claude-code_mrgoonie (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
Claude Code is Anthropic's agentic coding tool that lives in the terminal and helps turn ideas into code faster. It combines autonomous planning, execution, and validation with extensibility through skills, plugins, MCP servers, and hooks.
Use when users need help with:
Activation examples:
Subagents: Specialized AI agents (planner, code-reviewer, tester, debugger, docs-manager, ui-ux-designer, database-admin, etc.)
Agent Skills: Modular capabilities with instructions, metadata, and resources that Claude uses automatically
Slash Commands: User-defined operations in .claude/commands/ that expand to prompts
Hooks: Shell commands executing in response to events (pre/post-tool, user-prompt-submit)
MCP Servers: Model Context Protocol integrations connecting external tools and services
Plugins: Packaged collections of commands, skills, hooks, and MCP servers
Load these references when needed for detailed guidance:
references/getting-started.mdreferences/slash-commands.mdreferences/agent-skills.mdreferences/mcp-integration.mdreferences/hooks-and-plugins.mdreferences/configuration.mdreferences/enterprise-features.mdreferences/ide-integration.mdreferences/cicd-integration.mdreferences/advanced-features.mdreferences/troubleshooting.mdreferences/api-reference.mdreferences/best-practices.md/cook implement user authentication with JWT
# Or plan first
/plan implement payment integration with Stripe/fix:fast the login button is not working
/debug the API returns 500 errors intermittently
/fix:types # Fix TypeScript errorsclaude "review my latest commit"
/test
/fix:test the user service tests are failing/docs:init # Create initial documentation
/docs:update # Update existing docs
/docs:summarize # Summarize changes/git:cm # Stage and commit
/git:cp # Stage, commit, and push
/git:pr feature-branch main # Create pull request/design:fast create landing page for SaaS product
/content:good write product description for new featureWhen responding to Claude Code questions:
Loading references:
For setup/installation questions: Load references/getting-started.md
For slash command questions: Load references/slash-commands.md
For skill creation: Load references/agent-skills.md
For MCP questions: Load references/mcp-integration.md
For hooks/plugins: Load references/hooks-and-plugins.md
For configuration: Load references/configuration.md
For enterprise deployment: Load references/enterprise-features.md
For IDE integration: Load references/ide-integration.md
For CI/CD: Load references/cicd-integration.md
For advanced features: Load references/advanced-features.md
For troubleshooting: Load references/troubleshooting.md
For API usage: Load references/api-reference.md
For best practices: Load references/best-practices.md
Documentation links:
Provide accurate, actionable guidance based on the loaded references and official documentation.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.