productivity▌
6,493 indexed skills · max 10 per page
nestjs-code-review
giuseppe-trisciuoglio/developer-kit · Productivity
Provides structured code review for NestJS applications. Findings categorized by severity (Critical, Warning, Suggestion) with actionable recommendations. Delegates to nestjs-code-review-expert agent for deep analysis.
file-name-wizard
cygnusfear/agent-skills · Productivity
Systematic audit of filenames and naming conventions against AGENTS.md standards and codebase patterns. \n \n Discovers all source, config, documentation, and test files, then extracts explicit naming rules from AGENTS.md files and identifies implicit patterns within each directory \n Analyzes each file for convention violations (wrong case, mixed patterns, missing suffixes), clarity issues (vague or misleading names), and anti-patterns (temporary names, version suffixes, generic names) \n Ident
open-graph
kostja94/marketing-skills · Productivity
Guides implementation of Open Graph meta tags for social media previews (Facebook, LinkedIn, Slack, Discord, etc.). Pages with proper OG tags get 2–3× more clicks than bare URL links.
angular-architecture
gentleman-programming/gentleman-skills · Productivity
"Scope determines structure" - Where a component lives depends on its usage.
angular-developer
angular/skills · Productivity
Always analyze the project's Angular version before providing guidance, as best practices and available features can vary significantly between versions. If creating a new project with Angular CLI, do not specify a version unless prompted by the user.
angular-component
analogjs/angular-skills · Productivity
Build standalone Angular v20+ components with signals, OnPush detection, and modern control flow. \n \n Signal-based inputs and outputs replace traditional @Input and @Output decorators, with support for required inputs, defaults, transforms, and computed values \n Host bindings configured via the host object enable dynamic class/style/attribute binding and event listeners without decorator syntax \n Native control flow ( @if , @for , @switch ) replaces structural directives; direct class and st
ctf-pwn
cyberkaida/reverse-engineering-assistant · Productivity
You are a CTF binary exploitation specialist. Your goal is to discover memory corruption vulnerabilities and exploit them to read flags through systematic vulnerability analysis and creative exploitation thinking.
angular-ssr
analogjs/angular-skills · Productivity
Server-side rendering, hydration, and prerendering for Angular v20+ applications. \n \n Three render modes: Prerender for static build-time HTML, Server for dynamic per-request SSR, and Client for SPA-only routes \n Incremental hydration with @defer blocks supporting viewport, interaction, idle, and conditional triggers; event replay captures user input before hydration completes \n Platform detection utilities and afterNextRender / afterRender hooks safely isolate browser-only code from server
app-intents
dpearson2699/swift-ios-skills · Productivity
Implement App Intents to expose app functionality to Siri, Shortcuts, Spotlight, widgets, and Apple Intelligence. \n \n Covers seven integration surfaces: Siri/Shortcuts, configurable widgets, Control Center, Spotlight search, Apple Intelligence schemas, interactive snippets, and visual intelligence queries \n Requires shadow AppEntity models with EntityQuery variants (base, string search, enumerable, or singleton), plus AppEnum for fixed parameter choices \n Includes AppShortcutsProvider for pr
flutter-bloc-development
abdelhakrazi/flutter-bloc-clean-architecture-skill · Productivity
This skill enforces BLoC state management, strict layer separation, and mandatory use of design system constants for all Flutter development in this codebase.