
Claude Skills by SkeneTechnologies
github.com/SkeneTechnologiesRun comprehensive PLG analysis on a codebase to detect tech stack, existing growth features, and revenue opportunities. Use when the user says "analyze", "scan", "audit codebase", or "find growth opportunities".
Generate context-aware implementation prompts for a selected growth loop. Use when the user says "build", "implement", "generate code", "create prompt", or "how do I build this".
Set up analytics and tracking infrastructure for growth loops. Use when the user says "deploy telemetry", "set up analytics", "tracking", "events", "push to supabase", or "skene push".
Set up Skene configuration for a project. Use when starting a new PLG analysis, when .skene.config is missing, or when the user says "skene init", "set up skene", or "configure skene".
Generate prioritized growth loops with implementation roadmaps based on codebase analysis. Use when the user says "plan", "growth loops", "prioritize", "what should I build", or "roadmap".
Check if growth loop requirements are actually implemented in the codebase. Use when the user says "validate", "check status", "skene status", "is it done", or "verify implementation".
Backend skills for Supabase — CRM, billing, support, and more
Tags, custom fields, and activity log for cross-cutting entity data
Multi-step approval chains with requests, decisions, and temporary delegations.
Trigger-based automations with action sequences and run history
Products, prices, subscriptions, invoices, and payments with optional Stripe integration.
Events and attendees with optional polymorphic links to CRM records.
Campaigns, segments, lists, sends, and engagement events for email and multi-channel outreach.
Orders, carts, shipping records, and fulfillments for e-commerce workflows.
Polymorphic conversation threads and messages for any entity
Consent records, deletion requests, and retention policies
Folders, documents, and polymorphic threaded comments for wikis, notes, and knowledge bases.
Contacts, companies, and contact-company relationships for customer management
Form definitions, fields, submissions, and file uploads with RLS
Multi-tenant organizations, users, teams, memberships, roles, and permissions with RLS
Connected apps, OAuth tokens, webhooks, and sync logs
Knowledge base articles organized into hierarchical categories with slug-based URLs and view tracking.
Notification templates, deliveries, preferences, and push tokens with RLS
Sales and recruiting pipelines with stages, deals, and stage transition history
Support tickets with priority, status, and SLA tracking
Projects, tasks, and task dependencies for tracking work
**A step-by-step guide to creating and contributing a new skill to the Skene Skills Directory** This tutorial walks you through creating a simple skill from scratch. We'll build a `competitor_mention_tracker` skill that monitors mentions of competitors in customer conversations. ---