Find the perfect skill
Condense Article
Content
This skill intelligently reduces the word count of overly long articles while preserving their core arguments, unique insights, and distinctive voice. It eliminates redundancy, tangential sections, excessive hedging, and over-attribution, while keeping essential elements like the opening summary, unique arguments, and site perspective. Use it when an article exceeds the target word count for its section (e.g., concepts: 2500 words, topics: 3000 words).
Git Operations
Development
Handles Git operations including commits with conventional format, branch naming per GitFlow/GitHub Flow, pull request creation with templates, and conflict resolution. Helps maintain consistent Git workflows by automating commit message generation and enforcing standard patterns.
Market Opportunity Analysis
Business & Administration
Generate comprehensive market opportunity analysis with TAM/SAM/SOM calculations using bottom-up and top-down methodologies to assess startup market potential.
Go Module Management
DevOps
Manage Go dependencies with risk assessment and version support. Analyzes available updates and facilitates Go version changes.
Forum Moderation Guide
Documentation
Design and document a comprehensive forum moderation guide with structured process, quality checks, and system integration.
Web3 Smart Contract Testing
Testing
Comprehensively test smart contracts using Hardhat and Foundry with unit tests, integration tests, and mainnet forking. Helps when writing Solidity contract tests, setting up blockchain test suites, or automating coverage reporting and gas optimization.
Automated Commit and Push
Development
Automates the commit and push workflow: runs tests only when source code changed, analyzes the diff to generate a concise commit message, then commits and pushes. Ideal for developers who want a streamlined process to quickly save and share code changes with minimal manual steps.
Automatic PR Labeling
Development
Automatically labels pull requests based on conventional commit types (e.g., feat: → enhancement, fix: → bug). Helps organize and filter PRs by category without manual effort.
MEV Security
Security
Provides structured guidance on MEV (Miner Extractable Value) concepts, common attack patterns like sandwich/frontrunning/backrunning, and mitigation strategies such as private relays and MEV blockers. Helps organize relevant resources in README files under appropriate sections.
Swedish Invoice Compliance
Documentation
Reference for Swedish invoice compliance (ML 2023:200). Covers mandatory fields, simplified invoices, credit notes, Peppol BIS 3.0, ROT/RUT, reverse charge, and more.
React Native Architecture
Development
Production-ready patterns for React Native development with Expo, including navigation, state management, native modules, and offline-first architecture.
Review Uncommitted Changes
Development
Reviews uncommitted working changes using 'git diffall' to identify logic errors, unwanted behavior, and bugs. Does not summarize changes but focuses on actual or potential issues, including significant omissions.