Agent Plugins Marketplace
All plugins

claude-config

v2.3.0

Comprehensive Claude Code configuration with coding guidelines, security, and performance skills for software development best practices

Claude Code7 Skills

By kcenonLicense: BSD-3-Clause2 GitHub starsUpdated last week

Directory evidence

Runtimes
Claude Code
Parsed components
7 skill or MCP entries
Source updated
Sep 12, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install claude-config for Claude Code

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install claude-config-2@agent-plugin-marketplace

Paste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/kcenon/claude-config

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugin/.

Plugin files

plugin/
├── .claude-plugin/plugin.json
├── skills/api-design/SKILL.md
├── skills/ci-debugging/SKILL.md
├── skills/coding-guidelines/SKILL.md
├── skills/documentation/SKILL.md
├── skills/performance-review/SKILL.md
├── skills/project-workflow/SKILL.md
└── skills/security-audit/SKILL.md

Included Skills7

api-designskills/api-design/SKILL.md

Provides API design guidelines for REST endpoints, GraphQL schemas, versioning strategies, error handling conventions, logging, observability, and microservice architecture patterns. Use when designing APIs, reviewing API architecture, implementing new endpoints, setting up monitoring, or planning service boundaries.

ci-debuggingskills/ci-debugging/SKILL.md

Diagnose and fix CI/CD pipeline failures: GitHub Actions errors, build failures, test timeouts, TLS/auth issues, platform-specific failures, dependency resolution problems, and deployment errors. Use when CI checks fail, builds break, tests timeout, or pipeline errors need systematic root-cause analysis and resolution.

coding-guidelinesskills/coding-guidelines/SKILL.md

Provides comprehensive coding standards for quality, naming conventions, error handling, concurrency, and memory management. Use when writing new code, reviewing code, fixing bugs, or refactoring existing code.

documentationskills/documentation/SKILL.md

Provides documentation standards for README files, API references, code comments, changelogs, architecture docs, and project cleanup guidelines. Use when writing documentation, creating README files, documenting APIs, adding code comments, maintaining changelogs, or cleaning up project files.

performance-reviewskills/performance-review/SKILL.md

Performance optimization analysis: CPU/memory profiling, caching strategies, database query optimization, connection pooling, concurrency patterns, memory leak detection, and throughput improvement. Use when code is slow, memory usage is high, latency needs reduction, or conducting performance reviews before release.

project-workflowskills/project-workflow/SKILL.md

Provides workflow guidelines for problem-solving, git commits, GitHub issues, PRs, build management, and testing. Use when planning tasks, creating issues, submitting PRs, managing builds, or writing tests.

security-auditskills/security-audit/SKILL.md

Comprehensive security audit covering OWASP Top 10, input validation, authentication, authorization, secret management, dependency vulnerabilities, and injection attack prevention. Use when reviewing security posture, implementing auth flows, handling user input, auditing dependencies, conducting penetration test prep, or before production deployment.

Plugin manifests1

plugin/.claude-plugin/plugin.json
{
  "$schema": "https://json.schemastore.org/claude-code-plugin-manifest.json",
  "name": "claude-config",
  "version": "2.3.0",
  "description": "Comprehensive Claude Code configuration with coding guidelines, security, and performance skills for software development best practices",
  "author": {
    "name": "kcenon",
    "url": "https://github.com/kcenon"
  },
  "homepage": "https://github.com/kcenon/claude-config",
  "repository": "https://github.com/kcenon/claude-config",
  "license": "BSD-3-Clause",
  "keywords": [
    "coding-standards",
    "security",
    "performance",
    "workflow",
    "code-quality",
    "best-practices"
  ]
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[claude-config on Agent Plugins Marketplace](https://pluginsmp.com/plugins/claude-config-2)