The library

Everything we index — ranked by what works, never by stars.

untested
Compare Android build artifactsskillEngineeringL2
compare-builds · Release validation workflows where you need to confirm that a new build only includes intended changes (size, permissions, ABI support) before distribution.
untested
Curate tests and decompose dependenciesskillEngineeringL2
yoink · Understanding the minimal surface area of a Python library by running its tests in isolation, then progressively stripping away transitive dependencies to identify core requirements.
untested
Inspect Android App Bundle modules and packagingskillEngineeringL2
inspect-aab · Understanding the structure, module split, and native library support of an AAB before release, especially when validating Play Bundle configuration or diagnosing size anomalies.
untested
Inspect APK for security and risk concernsskillEngineeringL2
inspect-apk · Quickly understanding the surface area, dependencies, and security posture of a third-party or unverified APK before installation or distribution.
untested
Compose and format newsletter issuesskillMarketingL1
newsletter · Creating high-signal, subscriber-loyal newsletters by enforcing consistent voice, curation standards, and section structure across bi-weekly (or weekly) issues.
untested
Catch Android localization layout risksskillProductEngineeringL1
check-ui-overflow · Catching layout-level regressions early during localization when translated strings are longer or right-to-left, preventing text clipping in production.
untested
Spot security vulnerabilities in codeskillEngineeringL1
security-lens · Catching common OWASP vulnerabilities (injection, weak auth, hardcoded secrets, XSS) in code review without requiring a full security audit.
untested
Export app strings for translationskillProductOpsL1
export-excel · Handing off localization work to translators by exporting a structured, validated XLSX with placeholders preserved, missing-key tracking, and UI overflow warnings.
untested
Format Claude Code status linesskillEngineeringL1
ccstatusline · Displaying live Claude Code usage, git status, and model info in a single terminal line, with persistent git caching to avoid repeated subprocess work.
untested
Commit and push code changesskillEngineeringL1
git-sync · Syncing local work to remote with a clear co-authored commit message that explains WHY the change was made, not just WHAT changed.
untested
Run complete app localization auditskillProductOpsL2
full-localization-report · Gating localization release by producing a complete technical audit report that distinguishes XML validation from human linguistic review.
untested
Import and validate translated stringsskillProductOpsL2
import-excel · Applying translator-reviewed translations to Android resources with automated validation that blocks invalid or unsafe changes before writing.
untested
Validate app strings and localesskillProductEngineeringL1
validate-strings · Continuously validating localization correctness by checking for missing translations, broken placeholders, and XML safety issues without modifying translations.
untested
Diagnose Android crash stack tracesskillEngineeringL1
analyze-crash · Quickly pinpointing production Android crashes by separating wrapper exceptions from root cause, mapping to lifecycle, and recommending minimal fixes.
untested
Trace Temporal workflows with OpenTelemetryskillEngineeringL2
interceptors-opentelemetry · Observing Temporal Workflow execution timing and step dependencies by emitting structured traces to OpenTelemetry-compatible backends (Jaeger, Datadog, etc.).
untested
Generate complete app review reportskillProductEngineeringL2
full-review-report · Comprehensive pre-release Android review when all four specialist domains (Kotlin, lifecycle, build, resources) need parallel evaluation and consolidated reporting.
untested
Check app release readinessskillProductEngineeringL2
release-check · Pre-release validation when multiple flavours, signing configs, and SDK integrations must be checked before shipping to production.
untested
Validate React code for issuesskillEngineeringL1
react-doctor · Quick after-change validation in React projects when a fast score + actionable fixes matter more than deep architectural review.
untested
Review Android code for risksskillEngineeringL1
review-changes · Pull-request review of Android code when Kotlin correctness, lifecycle safety, and SDK integration must be jointly assessed before merge.
untested
Configure Tina CMS with GitHubskillProductEngineeringL2
tina-cms · Content editing workflows when non-developers need a Git-backed UI editor for MDX blog/documentation without custom CMS build.
untested
Audit Firebase and marketing SDK setupskillEngineeringMarketingL2
sdk-integration-check · SDK integration security review when third-party analytics, messaging, and deep-linking must be checked for token exposure and lifecycle safety.
untested
Initialize Ruflo projectskillEngineeringL2
init-project · Quick-start for new Claude Code projects needing interactive setup with preset configurations for standard, minimal, or full agent scope.
untested
Audit UI accessibility (WCAG)skillProductEngineeringL1
a11y-audit · Accessibility compliance review before shipping when WCAG 2.2 AA/AAA coverage and POUR (Perceivable/Operable/Understandable/Robust) must be confirmed.
untested
Manage Kaizen development workflowskillEngineeringL2
kaizen-dev · K8s microservice development when standardized branching, manifest organization, and automated deployment scripts must be enforced consistently.
untested
Apply design aesthetic systemskillProductL2
apply-aesthetic · Design system application when a named archetype or library must be mapped to semantic tokens without breaking accessibility or brand consistency.
untested
Generate component code for any frameworkskillEngineeringL1
design-code · Component implementation across multiple frameworks when code must be production-ready, accessible, token-driven, and free of hardcoded values.
untested
Design UI component specificationsskillProductEngineeringL1
design-component · Component design specification when a new UI pattern must be formally documented before or alongside code implementation.
untested
Run design QA and regression testsskillEngineeringProductL2
design-qa · Design quality automation when commit-level gates for tokens, contrast, a11y, and visual regression must prevent regressions from reaching main.
untested
Audit design against usability heuristicsskillProductMarketingL1
design-review · Design critique and quality audit when a structured Nielsen-heuristic score with 6 weighted dimensions and findings table is needed for stakeholder buy-in.
untested
Audit shadcn/ui component boundariesskillEngineeringL2
treido-audit-shadcn · Enforcing architectural isolation in large shadcn/ui codebases without manual file review.
untested
Generate design tokens in DTCG formatskillProductEngineeringL2
design-tokens · Generating multi-brand token systems with semantic-layer isolation and automated a11y validation.
untested
Govern design system evolutionskillProductEngineeringL1
governance · Preventing design-system fragmentation by enforcing versioning discipline across team changes.
untested
Standardize Next.js API routesskillEngineeringL1
vkc-api-route-pattern · Standardizing API endpoint implementations across a large Next.js codebase without copy-paste drift.
untested
Optimize for Core Web VitalsskillEngineeringProductL2
performance · Hitting Core Web Vitals targets (LCP ≤ 2.5s, INP ≤ 200ms, CLS ≤ 0.1) on low-end mobile.
untested
Execute product management workflowskillProductL1
pm-skills · Enabling non-engineers to write complete, structured PRDs that hand off cleanly to engineering.
untested
Manage file uploads and media storageskillEngineeringOpsL2
handling-storage-media · Serving user-uploaded media in Appwrite-backed apps without hand-rolling image optimization.
untested
Prototype and test user flowsskillProductMarketingL2
prototype · Incrementally validating design direction without over-investing in fidelity before PMF confirmed.
untested
Redesign and polish existing UIsskillProductEngineeringL2
redesign · Modernizing legacy UIs to premium quality while preserving hard-won user behavior.
untested
Build token platform artifactsskillEngineeringProductL2
token-build · Maintaining a single source of truth for design tokens and auto-generating all platform outputs.
untested
Monitor memory system dashboardskillOpsEngineeringL1
brain-monitor · Debugging memory-system behavior and verifying embedding/entity indexing in local agent projects.
untested
Write and review UI copyskillMarketingProductL1
ux-writing · Making every interface touch-point feel human and honest without copy review becoming a bottleneck.
untested
Manage markdown documents and metadataskillOpsProductivityL2
dotmd-cli · Scaling documentation governance across a large codebase without making compliance feel like overhead.
untested
Build features with agentic engineeringskillEngineeringL2
tandem-agentic-engineering · Scaling engineering delivery by having teams of agents work in parallel autonomously.
untested
Execute AI workflow templatesskillEngineeringOpsL2
ai-workflow · Bootstrapping consistent AI-assisted development workflows across teams using multiple editors.
untested
Monitor OpenCode with telemetryskillEngineeringL2
opencode-plugin-otel · Integrating opencode sessions with observability stacks like SigNoz, Datadog, or Honeycomb
untested
Build DevOps automation scriptsskillEngineeringOpsL2
devops-scripts-authoring · Building lightweight wrapper scripts for common CI/CD tasks without heavyweight build systems
untested
Suggest next tasks from codebaseskillEngineeringL1
suggest-task-gamma · Onboarding or unblocking when you know the codebase but not what to build next
untested
Edit Unity YAML project filesskillEngineeringL2
unity-yaml-format · Diagnosing broken prefab references and resolving merge conflicts in serialized Unity scenes
untested
Transcribe audio with AssemblyAIskillEngineeringL2
assemblyai · Transcribing meetings or podcasts and extracting structured insights without round-tripping external LLMs
untested
Generate Tailwind CSS configsskillEngineeringL2
tailwind-config-generator · Setting up Tailwind in a new project with custom design system without manual config
page 52 / 121