productivity▌
6,493 indexed skills · max 10 per page
postgresql
sickn33/antigravity-awesome-skills · Productivity
Enable with ALTER TABLE tbl ENABLE ROW LEVEL SECURITY. Create policies: CREATE POLICY user_access ON orders FOR SELECT TO app_users USING (user_id = current_user_id()). Built-in user-based access control at the row level.
reverse-engineer-rpi
boshu2/agentops · Productivity
Reverse-engineer a product into a mechanically verifiable feature inventory + registry + spec set, with optional security-audit artifacts and validation gates.
reading-receipt
kazukinagata/shinkoku · Productivity
レシート・領収書・ふるさと納税受領証明書の画像を読み取り、構造化データとして返すスキル。
financial-calculator
dkyazzentwatwa/chatgpt-skills · Productivity
Professional-grade financial calculations with detailed breakdowns, visualizations, and exportable reports. Handles everything from simple loan payments to complex retirement projections with Monte Carlo simulations.
nx-monorepo
giuseppe-trisciuoglio/developer-kit · Productivity
Provides guidance for Nx monorepo management in TypeScript/JavaScript projects. Covers workspace creation, project generation, task execution, caching strategies, Module Federation, and CI/CD integration.
setup
kazukinagata/shinkoku · Productivity
shinkoku の初回セットアップを対話的に行うスキル。 設定ファイル(shinkoku.config.yaml)の生成とデータベースの初期化を実施する。
indie-hacker-strategy
kostja94/marketing-skills · Productivity
Guides marketing and growth strategy for indie hackers (bootstrapped founders, solo developers)—autonomous, small-team or solo, no external funding. Covers mindset, first users, Build in Public, growth channels, and when to use which skills. For cold start execution (launch timeline, Product Hunt, directory submission), see cold-start-strategy. For forum tactics (Indie Hackers, HN, Reddit post structure), see community-forum. Full guide (cases, resources) → Alignify – Indie Hacker Complete Guide
aoti-debug
pytorch/pytorch · Productivity
This skill helps diagnose and fix common AOTInductor issues.
angular-best-practices-v20
develite98/angular-best-practices · Productivity
Comprehensive performance optimization guide for Angular 20+ applications with modern features like Signals, httpResource, signal inputs/outputs, @defer blocks, and native control flow syntax. Contains 35+ rules across 8 categories, prioritized by impact to guide automated refactoring and code generation.
codable-patterns
dpearson2699/swift-ios-skills · Productivity
Encode and decode Swift types using Codable (Encodable & Decodable) with JSONEncoder, JSONDecoder, and related APIs. Targets Swift 6.2 / iOS 26+.