{
  "markdown": "# rknall Custom Claude Code Skills\n\nThis repository contains custom skills for Claude Code, designed to enhance development workflows with specialized expertise.\n\n## About This Marketplace\n\nThis is a personal skills marketplace that provides production-ready skills for various development tasks. All skills are designed to work seamlessly with Claude Code and can be installed automatically.\n\n## Installation\n\n### Add This Marketplace\n\nIf this repository is hosted on GitHub (e.g., `github.com/rknall/Skills`), add it to Claude Code:\n\n```bash\n/plugin marketplace add rknall/Skills\n```\n\nFor other git hosting:\n```bash\n/plugin marketplace add <git-repository-url>\n```\n\n### Install Individual Skills\n\nOnce the marketplace is added, you can browse and install skills:\n\n```bash\n/plugin install python-architecture-review\n```\n\nOr install all skills from this marketplace at once through the plugin menu.\n\n## Available Skills\n\n### 1. Python Backend Architecture Review\n\n**Version:** 1.0.0\n**Category:** Development\n**Description:** Comprehensive design architecture review for Python backend applications\n\nA production-ready skill that provides expert-level architecture reviews covering:\n- System architecture and design patterns\n- Database design and optimization\n- API design (REST/GraphQL/gRPC)\n- Security architecture\n- Scalability and performance\n- Observability and monitoring\n- Deployment strategies\n- Code organization\n- Resilience patterns\n\n**Key Features:**\n- Comprehensive review framework across 10+ dimensions\n- Python-specific recommendations and best practices\n- 12+ reference implementations of common patterns\n- Technology stack recommendations for 2025\n- Detailed architecture checklist\n- Structured review outputs with prioritized recommendations\n\n**When to Use:**\n- Reviewing backend architecture designs\n- Technology stack selection\n- Scalability planning\n- Security assessments\n- Performance optimization planning\n\n[View Full Documentation](./python-architecture-review/README.md)\n\n### 2. UI/UX Design Review\n\n**Version:** 1.0.0\n**Category:** Development\n**Description:** Comprehensive UI/UX design review with extensive accessibility analysis\n\nA production-ready skill that provides expert-level design reviews covering:\n- **Accessibility**: Complete WCAG 2.1/2.2 compliance checking (Level A, AA, AAA)\n- **Visual Design**: Layout, typography, color theory, hierarchy, consistency\n- **User Experience**: Usability heuristics, user flows, interaction patterns\n- **Responsive Design**: Mobile-first approach, breakpoint strategy, adaptation\n- **Components**: Button states, forms, modals, navigation, error handling\n- **Desktop Applications**: Platform-specific patterns for Windows, macOS, Linux\n\n**Key Features:**\n- Comprehensive WCAG 2.1/2.2 compliance checklist\n- Accessible component pattern library with code examples\n- Testing tools and methodologies guide\n- Platform-specific guidelines (Web, Windows, macOS, Linux)\n- Color contrast analysis and recommendations\n- Screen reader compatibility testing\n- Keyboard navigation evaluation\n- Prioritized recommendations (Critical → Low)\n\n**When to Use:**\n- Accessibility audits (WCAG compliance)\n- Design system reviews\n- Website/app usability evaluation\n- Responsive design assessment\n- Component library reviews\n- Desktop application UI reviews\n- Color palette and contrast verification\n\n[View Full Documentation](./ui-design-review/README.md)\n\n### 3. Docker Configuration Validator\n\n**Version:** 1.0.0\n**Category:** Development\n**Description:** Comprehensive Docker and Docker Compose validation following best practices and security standards\n\nA production-ready skill that provides expert-level Docker configuration validation:\n- **Dockerfile Validation**: Syntax, multi-stage builds, security, best practices\n- **Docker Compose Validation**: Modern syntax (no obsolete version field), service configuration\n- **Security Audit**: Non-root users, exposed secrets, vulnerable base images\n- **Multi-Stage Build Verification**: Proper stage implementation and optimization\n- **Automation**: Generates validation scripts, CI/CD integrations, pre-commit hooks\n- **Comprehensive Reporting**: Detailed issues with fixes, prioritized by severity\n\n**Key Features:**\n- Hadolint integration for deep Dockerfile analysis\n- DCLint integration for Compose file linting\n- Modern Compose syntax enforcement (v2.27.0+)\n- Multi-stage build pattern validation\n- Security vulnerability identification\n- Automated validation script generation\n- GitHub Actions and GitLab CI templates\n- Complete validation checklists\n\n**When to Use:**\n- Validate Dockerfiles before deployment\n- Audit Docker security and compliance\n- Modernize Docker Compose files\n- Review production readiness\n- Create automated validation workflows\n- Set up CI/CD pipeline validation\n- Fix Docker configuration issues\n\n[View Full Documentation](./docker-validation/README.md)\n\n### 4. Web Design Builder\n\n**Version:** 1.0.0\n**Category:** Design\n**Description:** Create professional HTML5/JavaScript web designs with Playwright verification\n\nA production-ready skill that generates complete, accessible web designs from specifications:\n- **Design Generation**: HTML5, CSS3, JavaScript for any web interface\n- **Playwright Integration**: Automatic verification when MCP is available\n- **Accessibility Testing**: WCAG 2.1 Level AA compliance checking\n- **Visual Verification**: Screenshots at mobile, tablet, desktop breakpoints\n- **Functionality Testing**: Forms, interactions, JavaScript validation\n- **Performance Analysis**: Load time, resource optimization\n- **Framework Support**: Vanilla, Tailwind CSS, React, Vue, Alpine.js\n\n**Key Features:**\n- Automatic Playwright MCP detection and graceful fallback\n- Responsive, mobile-first designs\n- Complete accessibility compliance (WCAG AA)\n- Interactive component testing\n- Performance metrics and optimization\n- Design templates for common patterns\n- Comprehensive verification reports\n\n**When to Use:**\n- Create landing pages or web applications\n- Build responsive web interfaces\n- Generate design mockups\n- Refactor existing HTML/CSS/JS\n- Create accessible WCAG-compliant designs\n- Build component libraries\n\n[View Full Documentation](./web-design-builder/README.md)\n\n### 5. SVG Logo Designer\n\n**Version:** 1.0.0\n**Category:** Design\n**Description:** Generate professional SVG logos with multiple variations\n\nA production-ready skill that creates scalable vector graphic logos:\n- **Multiple Concepts**: 3-5 different design directions per request\n- **Layout Variations**: Horizontal, vertical, square, icon-only, text-only\n- **Logo Types**: Wordmarks, lettermarks, pictorial, abstract, combination, emblems\n- **Color Variations**: Full color, monochrome dark/light, reversed\n- **Professional SVG**: Clean, optimized, accessible code\n- **Usage Guidelines**: Complete brand identity documentation\n- **Export Instructions**: SVG to PNG conversion guidance\n\n**Key Features:**\n- Multiple logo concepts exploring different visual approaches\n- Comprehensive layout options for all use cases\n- Color psychology guidance and palette selection\n- Scalable vector graphics work at any size\n- Accessibility with title/desc elements\n- Complete usage documentation\n- File organization and naming conventions\n\n**When to Use:**\n- Create brand logos or visual identities\n- Design icons or symbols\n- Generate logo variations and concepts\n- Produce scalable graphics for branding\n- Create wordmarks or lettermarks\n- Design for both digital and print applications\n\n[View Full Documentation](./svg-logo-designer/README.md)\n\n### 6. GitLab Stack Validator\n\n**Version:** 1.0.0\n**Category:** Development\n**Description:** Validates GitLab stack projects before deployment with comprehensive checks\n\nA production-ready skill that validates stack project configurations:\n- **Directory Structure**: Required directories (./config, ./secrets, ./_temporary), permissions, .gitignore\n- **Environment Variables**: .env and .env.example synchronization (critical requirement)\n- **Docker Configuration**: Uses docker-validation skill for compose and Dockerfile checks\n- **Secrets Management**: Docker secrets validation, permission checks, exposure detection\n- **Configuration Files**: Syntax validation, proper organization, no embedded secrets\n- **File Ownership**: Detects root-owned files, ensures proper permissions\n- **Scripts**: docker-entrypoint.sh validation when necessary\n- **Temporary Files**: ./_temporary directory usage and cleanup validation\n\n**Key Features:**\n- Critical .env/.env.example synchronization checking\n- Integrates with docker-validation skill for Docker-specific validation\n- Comprehensive security scanning for exposed secrets\n- File ownership auditing (no root-owned files)\n- Detailed, actionable validation reports\n- Multiple output formats (text, JSON)\n- Strict and permissive validation modes\n- Custom validation rules support\n- Works with companion skills (stack-creator, secrets-manager)\n\n**When to Use:**\n- Validate stack before deployment\n- Pre-deployment health checks\n- Audit stack configuration and security\n- Verify .env and .env.example are in sync\n- Check secrets management compliance\n- Ensure Docker best practices\n- CI/CD pipeline validation gates\n- Identify configuration issues early\n\n[View Full Documentation](./stack-validator/README.md)\n\n### 7. GitLab Stack Secrets Manager\n\n**Version:** 1.0.0\n**Category:** Development\n**Description:** Secure Docker secrets management - ensures secrets never in .env or docker-compose.yml\n\nA production-ready skill that manages Docker secrets securely:\n- **Secret Migration**: Moves secrets from .env and docker-compose.yml to Docker secrets\n- **Secret Creation**: Generates secure random secrets with proper permissions\n- **Validation**: Detects secrets in wrong locations (critical security issue)\n- **Auditing**: Find leaks, unused secrets, permission issues\n- **Git Protection**: Ensures secrets never committed to version control\n- **docker-entrypoint.sh**: Generates entrypoint scripts when containers lack native support\n\n**Key Features:**\n- Critical security focus: NO secrets in .env or docker-compose.yml environment\n- Automatic migration from insecure locations\n- Secure random secret generation (alphanumeric, hex, base64, UUID)\n- Comprehensive leak detection across .env, compose, config files, git history\n- File permission management (700/600)\n- Integration with stack-validator for security checks\n- Works with stack-creator for proper initialization\n\n**When to Use:**\n- Fix \"secrets in .env\" security issues\n- Migrate environment variables to Docker secrets\n- Create new secure secrets\n- Validate secret configuration\n- Audit secret usage and detect leaks\n- Generate docker-entrypoint.sh for legacy containers\n- Rotate existing secrets\n- Ensure secrets not in git\n\n[View Full Documentation](./secrets-manager/README.md)\n\n### 8. GitLab Stack Config Generator\n\n**Version:** 1.0.0\n**Category:** Development\n**Description:** Service configuration generator using .env as primary config source\n\nA production-ready skill that generates service configurations:\n- **Service Templates**: Nginx (3 variants), PostgreSQL (3 variants), Redis (3 variants)\n- **Meta Files**: CLAUDE.md (with commit rules), .gitignore, .dockerignore\n- **Configuration Source**: .env as single source of truth (not separate env files)\n- **Directory Structure**: Service-specific directories (./config/service-name/)\n- **Strict Validation**: No secrets in configs, .env/.env.example sync, path validation\n- **Docker Integration**: Uses docker-validation skill for all Docker configs\n\n**Key Features:**\n- User-selectable template defaults (production, development, custom)\n- Flat config structure inside each service directory\n- Environment variable placeholders in all configs\n- Critical .env and .env.example synchronization\n- Secret detection with secrets-manager integration\n- Path validation (all referenced paths must exist)\n- Syntax validation per service type\n- Meta files with proper git exclusions\n\n**When to Use:**\n- Generate service configurations (nginx, PostgreSQL, Redis)\n- Set up project meta files (CLAUDE.md, .gitignore, .dockerignore)\n- Create config templates for new services\n- Ensure configs use .env variables correctly\n- Validate existing configurations\n- Sync .env and .env.example\n\n[View Full Documentation](./config-generator/README.md)\n\n### 9. Newt Blueprint Generator\n\n**Version:** 1.0.0\n**Category:** Development\n**Description:** Generate and validate Pangolin Newt blueprint configurations\n\nA production-ready skill that creates Pangolin Newt blueprints:\n- **Blueprint Formats**: YAML configuration files and Docker Compose labels\n- **Proxy Resources**: HTTP (domain-based), TCP/UDP (port-based) resource configurations\n- **Client Resources**: Olm client resources for SSH, RDP, and other protocols\n- **Authentication**: SSO, basic auth, pincode, and password authentication\n- **Access Control**: IP, CIDR, path, and country-based rules\n- **Validation**: Comprehensive validation with helpful error messages\n\n**Key Features:**\n- Support for both YAML and Docker Labels format\n- Protocol-specific validation (HTTP vs TCP/UDP requirements)\n- Authentication configuration with SSO role/user management\n- Multi-target load balancing support\n- Path-based routing with prefix/exact/regex matching\n- Custom header injection\n- Targets-only resource configuration for simplified setups\n- Detailed validation error explanations\n- Best practices and security recommendations\n\n**When to Use:**\n- Create Pangolin blueprint configurations\n- Expose web applications via domain names (HTTP)\n- Expose databases or other services via ports (TCP/UDP)\n- Configure Olm client resources\n- Set up authentication and access control\n- Validate existing blueprint configurations\n- Convert between YAML and Docker Labels formats\n- Troubleshoot blueprint validation errors\n\n[View Full Documentation](./newt-blueprint-generator/README.md)\n\n### 10. GitLab Stack Creator\n\n**Version:** 1.0.0\n**Category:** Development\n**Description:** Create new GitLab stack projects with complete validation\n\nA production-ready skill that creates GitLab stack projects from scratch:\n- **Directory Structure**: Proper ./config, ./secrets, ./_temporary, ./scripts, ./docs setup\n- **Git Configuration**: Initializes repository with main branch and ff-only merge strategy\n- **Validation Scripts**: Creates validate-stack.sh, pre-commit hooks, setup-hooks.sh\n- **Docker Configuration**: Generates docker-compose.yml validated by docker-validation skill\n- **Secrets Management**: Integrates secrets-manager for secure secret handling\n- **Service Configs**: Uses config-generator for nginx, PostgreSQL, Redis configurations\n- **Documentation**: Generates README.md, CLAUDE.md, setup.md, services.md, ADRs\n\n**Key Features:**\n- Integrates stack-validator, secrets-manager, docker-validation, config-generator skills\n- Never uses workarounds - always asks user for guidance when stuck\n- Complete only when ALL validators pass with NO issues\n- Git hooks for pre-commit validation (blocks commits if validation fails)\n- Comprehensive templates for common stacks (web, full-stack)\n- Architecture decision records in ./docs/decisions/\n- ff-only merge strategy for clean git history\n- main as default branch name\n- All scripts executable and ready to use\n\n**When to Use:**\n- Create new GitLab stack project from scratch\n- Initialize Docker stack with proper structure\n- Set up project with validation from the start\n- Bootstrap production-ready stack following best practices\n- Need git repository with validation hooks\n- Want complete documentation generated automatically\n\n**Completion Criteria:**\nA stack is complete ONLY when:\n- ✅ stack-validator reports NO issues\n- ✅ secrets-manager is satisfied (NO open issues)\n- ✅ docker-validation is satisfied (NO issues)\n- ✅ All validation scripts execute successfully\n- ✅ Git repository properly initialized and configured\n- ✅ Documentation complete in ./docs\n\n[View Full Documentation](./stack-creator/README.md)\n\n## Repository Structure\n\n```\nSkills/\n├── .claude-plugin/\n│   └── marketplace.json               # Marketplace configuration\n├── python-architecture-review/         # Python Backend Architecture Review Skill\n│   ├── SKILL.md                       # Main skill definition\n│   ├── README.md                      # Skill documentation\n│   ├── architecture-checklist.md      # Complete review checklist\n│   ├── common-patterns.md             # Reference implementations\n│   └── technology-recommendations.md  # Tech stack guide\n├── ui-design-review/                  # UI/UX Design Review Skill\n│   ├── SKILL.md                       # Main skill definition\n│   ├── README.md                      # Skill documentation\n│   ├── wcag-checklist.md              # WCAG 2.1/2.2 compliance checklist\n│   ├── design-patterns-library.md     # Accessible component patterns\n│   └── testing-resources.md           # Testing tools and methods\n├── docker-validation/                 # Docker Configuration Validator Skill\n│   ├── SKILL.md                       # Main skill definition\n│   ├── README.md                      # Skill documentation\n│   ├── validation-checklist.md        # Complete validation checklist\n│   └── tool-installation.md           # Tool setup guide\n├── web-design-builder/                # Web Design Builder Skill\n│   ├── SKILL.md                       # Main skill definition\n│   ├── README.md                      # Skill documentation\n│   └── design-templates.md            # Ready-to-use templates\n├── svg-logo-designer/                 # SVG Logo Designer Skill\n│   ├── SKILL.md                       # Main skill definition\n│   └── README.md                      # Skill documentation\n├── stack-validator/                   # GitLab Stack Validator Skill\n│   ├── SKILL.md                       # Main skill definition\n│   ├── README.md                      # Skill documentation\n│   ├── validation-patterns.md         # Architecture patterns and examples\n│   └── common-issues.md               # Issue reference guide\n├── secrets-manager/                   # GitLab Stack Secrets Manager Skill\n│   ├── SKILL.md                       # Main skill definition\n│   ├── README.md                      # Skill documentation\n│   ├── secrets-patterns.md            # Security patterns and best practices\n│   └── migration-guide.md             # Step-by-step migration scenarios\n├── config-generator/                  # GitLab Stack Config Generator Skill\n│   ├── SKILL.md                       # Main skill definition\n│   ├── README.md                      # Skill documentation\n│   ├── service-templates.md           # Service templates (nginx, postgres, redis)\n│   └── validation-rules.md            # Validation rules reference\n├── newt-blueprint-generator/          # Newt Blueprint Generator Skill\n│   ├── SKILL.md                       # Main skill definition\n│   ├── README.md                      # Skill documentation\n│   └── validation-reference.md        # Validation rules reference\n├── stack-creator/                     # GitLab Stack Creator Skill\n│   ├── SKILL.md                       # Main skill definition\n│   ├── README.md                      # Skill documentation\n│   ├── git-hooks-guide.md             # Git hooks and validation scripts\n│   ├── templates-reference.md         # docker-compose and config templates\n│   └── workflow-examples.md           # Example workflows\n└── README.md                          # This file\n```\n\n## Creating Your Own Skills\n\n### Quick Start\n\n1. Create a new directory for your skill:\n```bash\nmkdir my-new-skill\ncd my-new-skill\n```\n\n2. Create a `SKILL.md` file with YAML frontmatter:\n```markdown\n---\nname: \"My Skill Name\"\ndescription: \"What this skill does and when to use it\"\n---\n\n# My Skill Name\n\n## Instructions\n\n[Your skill instructions here...]\n```\n\n3. Add your skill to `.claude-plugin/marketplace.json`:\n```json\n{\n  \"plugins\": [\n    {\n      \"name\": \"my-new-skill\",\n      \"source\": \"./my-new-skill\",\n      \"description\": \"Description of my skill\",\n      \"version\": \"1.0.0\"\n    }\n  ]\n}\n```\n\n4. Test your skill locally by installing it:\n```bash\n/plugin install my-new-skill\n```\n\n### Skill Best Practices\n\n1. **Clear Description**: Make sure your description explains both what the skill does AND when Claude should use it\n2. **Comprehensive Instructions**: Provide detailed, step-by-step guidance\n3. **Examples**: Include example usage and code snippets where relevant\n4. **Reference Resources**: Add supporting documents (checklists, patterns, etc.)\n5. **Version Control**: Update version numbers when making changes\n\n### Skill Components\n\nA well-structured skill can include:\n- `SKILL.md` - Main skill definition (required)\n- `README.md` - User-facing documentation\n- Supporting markdown files - Reference materials, checklists, patterns\n- Scripts or templates - Reusable code or configuration\n- Examples - Sample inputs/outputs\n\n## Using Skills in Your Projects\n\n### Repository-Level Configuration\n\nTo ensure your team uses the same skills, add a `.claude/config.json` to your project repository:\n\n```json\n{\n  \"marketplaces\": [\n    \"rknall/Skills\"\n  ],\n  \"plugins\": [\n    \"python-architecture-review\"\n  ]\n}\n```\n\nWhen team members trust your repository folder, Claude Code will automatically install these marketplaces and plugins.\n\n### Local Testing\n\nBefore publishing, test your skills locally:\n\n1. Copy the skill directory to `~/.claude/skills/`\n2. Restart Claude Code or run `/reload`\n3. Trigger the skill by asking Claude to perform the relevant task\n\n## Marketplace Configuration\n\nThe `.claude-plugin/marketplace.json` file defines this marketplace:\n\n```json\n{\n  \"$schema\": \"https://anthropic.com/claude-code/marketplace.schema.json\",\n  \"name\": \"rknall-custom-skills\",\n  \"version\": \"1.0.0\",\n  \"description\": \"Custom Claude Code skills marketplace for advanced development workflows\",\n  \"owner\": {\n    \"name\": \"rknall\"\n  },\n  \"plugins\": [...]\n}\n```\n\n## Distribution\n\nThis marketplace can be distributed via:\n- GitHub repository (recommended)\n- GitLab repository\n- Any git hosting service\n- Direct URL to git repository\n\nUsers install it with a single command:\n```bash\n/plugin marketplace add rknall/Skills\n```\n\n## Version History\n\n### 0.6.2 (2025-10-20)\n- Added GitLab Stack Config Generator skill v1.0.0\n  - Service-specific configuration generation for GitLab stack projects\n  - .env as primary configuration source (single source of truth)\n  - Service templates: Nginx (3 variants), PostgreSQL (3 variants), Redis (3 variants)\n  - Meta files generation: CLAUDE.md (with commit message rules), .gitignore, .dockerignore\n  - User-selectable template defaults (production, development, custom)\n  - Strict .env and .env.example synchronization checking\n  - Secret detection with secrets-manager integration\n  - Path validation for all referenced files and directories\n  - Docker validation using docker-validation skill (always)\n  - Comprehensive service templates with complete examples\n\n### 0.6.1 (2025-10-20)\n- Added GitLab Stack Secrets Manager skill v1.0.0\n  - Secure Docker secrets management for GitLab stack projects\n  - Critical focus: ensures secrets NEVER in .env or docker-compose.yml\n  - Automatic migration from insecure locations\n  - Secret creation with secure random generation (alphanumeric, hex, base64, UUID)\n  - Comprehensive validation and leak detection\n  - docker-entrypoint.sh generation for legacy containers\n  - File permission management (700/600)\n  - Git protection and history scanning\n  - Integration with stack-validator for security checks\n  - Complete migration guide with step-by-step scenarios\n\n### 0.6.0 (2025-10-20)\n- Added GitLab Stack Validator skill v1.0.0\n  - Comprehensive stack project validation before deployment\n  - Critical .env and .env.example synchronization checking\n  - Directory structure, secrets management, and ownership validation\n  - Integrates with docker-validation skill for Docker-specific checks\n  - Multiple validation modes (standard, strict, permissive)\n  - JSON and text output formats for CI/CD integration\n  - Works with companion skills: stack-creator and secrets-manager\n  - Complete validation patterns and common issues reference guides\n\n### 0.5.0 (2025-10-18)\n- Added Docker Configuration Validator skill v1.0.0\n  - Comprehensive Dockerfile and Docker Compose validation\n  - Modern Compose syntax enforcement (no obsolete version field)\n  - Multi-stage build verification\n  - Security audit capabilities\n  - Hadolint and DCLint integration\n  - Automated validation script generation\n  - CI/CD integration templates (GitHub Actions, GitLab CI)\n  - Complete validation checklists and tool installation guides\n\n### 0.4.0 (2025-10-18)\n- Added Web Design Builder skill v1.0.0\n  - HTML5/JavaScript design generation\n  - Playwright MCP integration for automatic verification\n  - Accessibility, visual, and functionality testing\n  - Multiple framework support (Vanilla, Tailwind, React, Vue, Alpine.js)\n  - Design templates for common patterns\n- Added SVG Logo Designer skill v1.0.0\n  - Professional logo generation with multiple concepts\n  - Layout variations (horizontal, vertical, square, icon, text)\n  - All major logo types supported\n  - Color psychology guidance\n  - Complete usage guidelines\n\n### 0.2.0 (2025-10-18)\n- Added UI/UX Design Review skill v1.0.0\n  - Comprehensive WCAG 2.1/2.2 compliance framework\n  - Accessible component pattern library\n  - Visual design and UX evaluation\n  - Testing tools and resources guide\n\n### 0.1.0 (2025-10-18)\n- Initial marketplace setup\n- Python Backend Architecture Review skill v1.0.0\n  - Comprehensive review framework\n  - 12+ architectural patterns\n  - Technology recommendations for 2025\n  - Complete architecture checklist\n\n## Contributing\n\nTo add or improve skills in this marketplace:\n\n1. Create or modify the skill in its directory\n2. Update the skill's README.md with documentation\n3. Update marketplace.json with any new skills\n4. Update version numbers appropriately\n5. Test locally before committing\n\n## Future Skills\n\nPlanned skills for future releases:\n- Frontend Architecture Review (React/Vue/Angular)\n- Infrastructure as Code Review (Terraform/CloudFormation)\n- Kubernetes Configuration Validator (manifest validation, best practices)\n- Security Audit Skill (penetration testing, threat modeling)\n- Performance Optimization Skill (profiling, benchmarking)\n- Database Schema Review Skill\n- API Design Review Skill (REST, GraphQL, gRPC)\n- Microservices Architecture Skill\n- Code Quality Review Skill (refactoring, technical debt)\n- Documentation Review Skill (technical writing, API docs)\n\n## Support\n\nFor issues, questions, or suggestions:\n- Open an issue in this repository\n- Contact the maintainer directly\n\n## Resources\n\n- [Claude Code Documentation](https://docs.claude.com/en/docs/claude-code)\n- [Skills Documentation](https://docs.claude.com/en/docs/claude-code/skills)\n- [Plugin Marketplace Documentation](https://docs.claude.com/en/docs/claude-code/plugin-marketplaces)\n\n## License\n\nThese skills are provided as-is for use with Claude Code. Individual skills may have their own licensing terms.\n\n---\n\n**Marketplace Version:** 0.6.2\n**Last Updated:** 2025-10-20\n**Maintainer:** rknall\n",
  "bytes": 27229,
  "sha": "f1d6fe28c4220d667a3eba84448e9111150f70800d0c23e099e8bd9a45a9ca39",
  "repo_slug": "rknall/claude-skills",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/skl_rknall_claude_skills_svg_logo_designer_3563fe71/readme"
}