Claude-Code-Community-Ireland
- 11 skills
- 0 followers
- 14 hours ago last updated
- ▌ Plugin Settings · claude-code-community-ireland bundleThis skill should be used when the user asks about "plugin settings", "store plugin configuration", "user-configurable plugin", ".local.md files", "plugin state files", "read YAML frontmatter", "per-project plugin settings", or wants to make plugin behavior configurable. Documents the .claude/plugin-name.local.md pattern for storing plugin-specific configuration with YAML frontmatter and markdown content.
- ▌ Skill Development · claude-code-community-ireland bundleThis skill should be used when the user wants to "create a skill", "add a skill to plugin", "write a new skill", "improve skill description", "organize skill content", or needs guidance on skill structure, progressive disclosure, or skill development best practices for Claude Code plugins.
- ▌ Documentation Standards · claude-code-community-irelandDocumentation best practices — README structure, inline code comments, API docs, changelogs, and technical writing principles. Reference when writing any documentation.
- ▌ Error Handling Patterns · claude-code-community-irelandError handling best practices across languages — error types, recovery strategies, user-facing messages, and logging. Reference when implementing error handling or designing error flows.
- ▌ Security Review · claude-code-community-irelandSecurity review checklist covering OWASP Top 10, authentication, authorization, input validation, secrets management, and common vulnerability patterns. Reference when reviewing code for security.
- ▌ Dependency Audit · claude-code-community-irelandDependency management and auditing — evaluating new dependencies, security vulnerability scanning, update strategies, and license compliance. Use when adding or auditing dependencies.
- ▌ Testing Strategy · claude-code-community-irelandTest pyramid and testing strategy — unit, integration, and end-to-end test ratios, mocking strategies, test isolation, and what to test. Reference when planning test coverage or evaluating test quality.
- ▌ Quality Standards · claude-code-community-irelandQuality gate definitions, scoring rubrics, and acceptance criteria for the Agentic UI Designer system.
- ▌ Conventional Commits · claude-code-community-irelandGenerate well-formatted conventional commit messages from staged changes. Use when the user asks to commit changes, write a commit message, or follows the conventional commits standard.
- ▌ Debugging Systematic · claude-code-community-irelandSystematic debugging methodology — binary search isolation, hypothesis-driven debugging, reproducing issues, and root cause analysis. Use when debugging errors, unexpected behavior, or test failures.
- ▌ Logging Observability · claude-code-community-irelandLogging and observability best practices — structured logging, log levels, correlation IDs, metrics, tracing, and alerting. Reference when implementing logging or monitoring.