Harness Component — Plugin
Claude Code Setting
Manage Claude Code settings and MCP server configurations with best practices
Definition
{ "name": "claude-code-setting", "version": "1.0.0", "description": "Manage Claude Code settings and MCP server configurations with best practices", "author": "likai", "repository": "https://github.com/libukai/awesome-agentskills", "license": "MIT", "components": { "skills": [ { "path": "skills/mcp-config/SKILL.md", "name": "mcp-config" } ] }, "tags": ["configuration", "mcp", "settings", "management"], "keywords": ["mcp", "configuration", "settings", "claude-code"] }
More from libukai/awesome-agent-skills
Skill Creator
pluginCreate new skills, improve existing skills, and measure skill performance. Use when users want to create a skill from scratch, update or optimize an existing skill, run evals to test a skill, or benchmark skill performance with variance analysis.
Vscode Extensions Toolkit
pluginComprehensive toolkit for configuring VSCode extensions including httpYac for API testing, Port Monitor for development server monitoring, and SFTP for static website deployment. Use when users need to configure VSCode extensions, set up API testing workflows, monitor development ports, or deploy static sites.