Find the perfect skill
golangci-lint Configuration for Go
Development
Initializes or updates golangci-lint configuration for Go projects with a comprehensive set of linters. It provides a pragmatic configuration balancing code quality and development speed, ready for CI/CD integration. Helps teams enforce consistent code standards and catch bugs early.
OpenClaw X - X/Twitter Control
Development
Control your X/Twitter account via a local API. Perform actions such as viewing timeline, searching tweets, posting, liking, retweeting, and bookmarking.
Git Push Workflow
Development
Stages, commits, and pushes git changes using conventional commit messages. Includes security checks to detect sensitive client names in committed files, with intelligent filtering that reduces false positives from placeholder names, schemas, and documentation examples. Use when you want to commit and push changes to a remote repository.
Crowi 2.0 Feature Development
Development
Workflow for developing new Crowi 2.0 features, driven by spec approval and automated multi-phase execution.
Cloud Sync for claude-mem
Development
Sets up or checks cloud sync for claude-mem with a cmem.ai Pro account, including connection verification and secure credential storage.
Repository Dashboard
Development
Display repository status with PRs, issues, CI/CD health, and suggested tasks.
Umbraco Entity Create Option Action
Development
Implement custom entity create option actions in Umbraco backoffice. Extend creation workflows with customizable options, modals, and navigation for enhanced user experience.
Commands Manager
Development
Build and improve slash commands for Claude Code. Covers command structure, $ARGUMENTS usage, adaptation, and validation.
Technical Debt Detector
Development
Detects and reports technical debt including TODO comments, duplicate code, unused imports, long functions, deep nesting, magic numbers, and outdated dependencies. Generates a prioritized report to help developers improve code quality and maintainability.
Spring Data JPA
Development
Provides patterns for Spring Data JPA repositories, entity relationships, queries, pagination, auditing, and transactions.
PRD Generator
Development
Generate structured Product Requirements Documents (PRDs) for new features. It asks clarifying questions to define scope, then produces a detailed markdown document with goals, user stories, and acceptance criteria. Use it when planning a feature or when asked to create a PRD.
Maintainer-style PR review
Development
Review an open PR as a strict maintainer: checkout code, fix issues, push changes, and post a structured verdict comment for merging or closing.