conectlens
- 160 skills
- 0 followers
- 5 hours ago last updated
- ▌ Nx Workspace · conectlens bundleExplore and understand Nx workspaces. USE WHEN answering questions about the workspace, projects, or tasks. ALSO USE WHEN an nx command fails or you need to check available targets/configuration before running a task. EXAMPLES: 'What projects are in this workspace?', 'How is project X configured?', 'What depends on library Y?', 'What targets can I run?', 'Cannot find configuration for task', 'debug nx task failure'.
- ▌ Smart Commit 2 · conectlensInspect the working tree, classify every change by conventional-commit type, group into logical commit units, and commit each group separately with explicit user approval. Never merges unrelated changes into one commit.
- ▌ Smart Commit 3 · conectlensDetect staged and unstaged git changes, classify them by type (feat/fix/refactor/docs/chore/test/style/perf), group into logical commit units, then commit each group separately with user approval. Use when the user wants to commit their current work, wants help writing a commit message, or says /commit or /smart-commit.
- ▌ Github Issue Solver 2 · conectlensAnalyze a GitHub issue, identify root cause, design a GRASP-compliant fix, produce an implementation plan, and draft a PR description.
- ▌ Github Issue Solver 3 · conectlensRead GitHub issues, triage them, solve them using GRASP/OOAD principles, run or add tests, commit, push, open a PR linked to the issue, merge into development, and close the issue only after merge. Use when the user says /github-issue-solver, "solve issue
- ▌ Github Issue Solver 4 · conectlensEnd-to-end issue resolution workflow — triage, root-cause analysis, GRASP-compliant fix design, test planning, and PR drafting in one pipeline.
- ▌ Github Issue Triage 2 · conectlensClassify issues, draft a response, and produce a maintainers' queue update.
- ▌
- ▌ API Contract Reviewer 2 · conectlensReview request, response, DTO, and versioning changes for compatibility and consumer risk.
- ▌ AI Cost Manager Reducer 2 · conectlensAudit AI-powered features, API calls, agent workflows, prompt chains, tool calls, embeddings, vector search, retries, caching, and model selection to detect token waste and inefficient patterns. Produces severity-ranked findings with safe optimization strategies that preserve reasoning quality.
- ▌ React Vite Performance Reviewer 2 · conectlens bundleReview React and Vite web app code for browser performance, memory usage, bundle size, rendering speed, network cost, and behavior under high traffic, slow devices, and large datasets. Detects re-renders, memory leaks, large bundle growth, over-fetching, layout thrashing, and weak error/retry behavior.
- ▌ React Native Performance Reviewer 2 · conectlens bundleReview React Native and Expo Go code for mobile performance, memory usage, CPU pressure, battery impact, network efficiency, and behavior under real-world stress. Detects re-renders, FlatList misuse, effect leaks, animation jank, oversized images, JS thread blocking, repeated API calls, and bundle growth.
- ▌
- ▌
- ▌
- ▌
- ▌
- ▌
- ▌ Monitor CI · conectlens bundleMonitor Nx Cloud CI pipeline and handle self-healing fixes. USE WHEN user says "monitor ci", "watch ci", "ci monitor", "watch ci for this branch", "track ci", "check ci status", wants to track CI status, or needs help with self-healing CI fixes. Prefer this skill over native CI provider tools (gh, glab, etc.) for CI monitoring — it integrates with Nx Cloud self-healing which those tools cannot access.
- ▌ Creator · conectlensContent creation templates for blogs, newsletters, YouTube, social posts, and visual planning.
- ▌
- ▌
- ▌
- ▌ MCP Manager · conectlens bundleUse when creating, registering, reviewing, or debugging MCP tools in apps/mcp-server/. Covers adding tools to any domain (lens/battle/workflow), scaffolding tool files, wiring registration, reviewing MCP PRs, and debugging auth/RPC/transport failures — even when the user doesn't say "MCP" but is working in apps/mcp-server/ or asking about adding AI tool capabilities to LenserFight.
- ▌ Test Manager · conectlens bundleReview and improve automated tests for NestJS modules, contracts, and critical flows. Use when changing services, controllers, guards, repositories, billing, wallet, execution, or auth behavior.
- ▌
- ▌ Docs Manager · conectlens bundleRefactor stale documentation or add new pages under docs/en/** (and other active locales). Covers Diátaxis classification, VitePress sidebar updates in apps/docs/.vitepress/config.ts, and build validation. Use when the user asks to update, fix, refactor, or add documentation pages — even when they don't explicitly say "docs."
- ▌ Smart Commit · conectlensDetect staged and unstaged git changes, classify them by type (feat/fix/refactor/docs/chore/test/style/perf), group into logical commit units, then commit each group separately with user approval. Use when the user wants to commit their current work, wants help writing a commit message, or says /commit or /smart-commit.
- ▌ Chainabit · conectlensTemplates authored by @chainabit — the productivity / BUILD half of the ConectLens ecosystem.
- ▌ Developer · conectlensEngineering templates for review, testing, refactoring, architecture, releases, and incidents.
- ▌ CLI Developer · conectlens bundleReview, modify, and improve the LenserFight CLI at apps/cli/. Covers citty commands, API client integration, output formatting, TUI, and configuration.
- ▌
- ▌ Operations · conectlensOperational templates for releases, incidents, launches, and weekly reviews.
- ▌ Mobile Ruleset · conectlens bundleShared mobile workspace rules for apps/mobile and libs/* in lenserfight. Use when navigating native UI boundaries, shared tokens, verification defaults, or the canonical mobile design ruleset.
- ▌ AI Judge · conectlensThe neutral AI lenser that scores battle submissions when a battle is configured to use AI judging.
- ▌
- ▌ Pr Review · conectlensFrom diff to reviewer-ready summary — analyze, review, surface risks, draft PR description.
- ▌ AI Comparison · conectlensBattles and scorecards for comparing model, prompt, lens, and workflow outputs.
- ▌
- ▌ Grasp Ooad Review · conectlensReview design decisions using GRASP, OOAD responsibility assignment, and standard refactoring rules. Use when code placement, object responsibility, coupling, cohesion, or refactoring direction is unclear.
- ▌ Security Reviewer · conectlens bundleReview LenserFight security for selected modules or scopes using architecture-aware, low-coupling, high-cohesion rules. Covers Supabase RLS, Edge Functions, React client, CLI auth, and Supabase auth flows.
- ▌ UI Contract Guard · conectlens bundleGuard shared UI contracts across web and mobile in lenserfight. Use when editing libs/ui, shared components, design tokens, hooks, or platform-specific entrypoints such as index.ts and index.native.ts.
- ▌ Unit Test Planner · conectlens bundlePlan test coverage by layer, risk, and behavior. Use when adding features, fixing regressions, or deciding what to test in domain, data, UI, and integration layers.
- ▌ Kpi Reviewer · conectlensReview KPIs for trend, quality, causality, and operating decisions. This is not financial advice.
- ▌ Deep Code Reviewer · conectlens bundlePerform rigorous, architecture-aware code review focused on subtle correctness bugs, race conditions, performance regressions, type-safety holes, security issues, and maintainability flaws that surface-level review misses. Use when the user asks for comprehensive or deep review, requests design critique, wants edge-case or concurrency analysis, needs production-readiness feedback, or is reviewing critical paths, complex services, transaction handlers, auth flows, infrastructure code, or other high-risk changes.
- ▌
- ▌ Issue Solver · conectlensAutonomous engineering agent that reads GitHub issues, traces root causes, designs GRASP-compliant fixes, runs tests, opens PRs, and closes issues only after merge.
- ▌ Legal Triage · conectlensLegal-adjacent review assistant that summarizes documents, identifies risk questions, and routes issues to qualified counsel.
- ▌ Code Reviewer · conectlensReview a diff for correctness, security, tests, maintainability, and release risk.
- ▌ Decision Memo · conectlensConvert a choice into an explicit decision memo with options, trade-offs, and next actions.
- ▌ Apps Language Rules · conectlens bundleDefine i18n and internalization rules for forum (React/i18next) and docs (VitePress locales) apps. Use when adding new UI strings, translating docs, adding new locales, checking language consistency, or setting up hreflang SEO for multilingual pages.
- ▌ Github Issue Solver · conectlens bundleRead GitHub issues, triage them, solve them using GRASP/OOAD principles, run or add tests, commit, push, open a PR linked to the issue, merge into development, and close the issue only after merge. Use when the user says /github-issue-solver, "solve issue
- ▌ Language Integrator · conectlens bundleAdd or localize LenserFight for a new language or locale. Use when asked to add, implement, port, or support translations — for example "add French", "support Arabic", or "translate to German" — even if the user never says "i18n", "locale", or "translation". $ARGUMENTS is the target language, locale code, or combined hint, such as "French", "fr", "Arabic RTL", or "es Spanish".
- ▌ Mobil UI UX Ruleset · conectlens bundleDeprecated alias for the canonical `mobile-ruleset` mobile workspace rules.
- ▌ Mobile App Designer · conectlens bundleUse when designing or refining Expo Go React Native screens in apps/mobile, with separate iOS and Android considerations, to keep the UI minimalist, performant, and aligned with the shared native design system.
- ▌ Mobile App Reviewer · conectlens bundleUse when reviewing apps/mobile or libs/* for mobile performance, security, storage, network, permissions, or render-cost risks.
- ▌ Lenserfighter · conectlensAutonomous open-source contributor that reviews PRs, triages and opens issues, and drafts minimal fix PRs for the LenserFight monorepo — without merging.
- ▌ Budget Planner · conectlensConvert spending goals and constraints into a practical budget plan. This is not financial advice.
- ▌ Pr Triage Brief · conectlensOpinionated review-queue triage — prioritised table, split/rebase candidates, park-or-close drafts, and pattern risks.
- ▌ Validate Output · conectlensValidate an output against its goal, constraints, audience, and quality bar.
- ▌ API Contract Reviewer · conectlens bundleReview Supabase RPC/PostgREST API contracts for DTO correctness, response consistency, validation quality, and backward-compatibility risk. Use when changing libs/api/*, shared response types, or API-facing behavior.
- ▌ Mobile App Integrator · conectlens bundleUse when implementing new mobile features in apps/mobile or libs/* with Expo/React Native and the shared mobile design system.
- ▌ Product Owner Decider · conectlens bundleThe strategic authority for LenserFight. Translates ambiguous requests into product decisions, scope cuts, acceptance criteria, and implementation priorities.
- ▌ Finance Analyst · conectlensExplains financial reports, KPI movement, budget scenarios, and revenue experiments without pretending to provide certified advice.
- ▌ Contract Summary · conectlensSummarize a contract into obligations, deadlines, unusual terms, and lawyer questions. This is not legal advice and must be reviewed by a qualified lawyer.
- ▌ Intent Clarifier · conectlensClarify audience, goal, assumptions, constraints, and success criteria before drafting.
- ▌ Launch Checklist · conectlensBuild a launch checklist across product, marketing, support, analytics, risk, and rollback.
- ▌ Refactor Planner · conectlensTurn a messy code area into a scoped refactor plan with risk controls.
- ▌ Feature Slice Designer · conectlens bundleDecide where new behavior belongs across apps, features, domain, data, api, ui, infra, and utils. Use before implementing a feature, refactor, or cross-layer change in the LenserFight monorepo.
- ▌ Repo Performance Guard · conectlens bundleEnforce performance-safe query and rendering patterns across this Nx monorepo. Use when working on Vite freezes, Supabase overfetching, pagination, caching, CPU hotspots, memory pressure, or large seeded datasets.
- ▌ Youtube Content · conectlensPlan a YouTube video from topic to script, storyboard, thumbnail, and short-form repurposing.
- ▌ Content Producer · conectlensConverts briefs into blog, newsletter, video, short-form, and visual content packages. This is not legal advice and must be reviewed by a qualified lawyer.
- ▌ Evaluation Judge · conectlensScores competing AI, colens, or prompt outputs against a declared rubric with evidence.
- ▌ Startup Operator · conectlensFounder/operator lenser for weekly reviews, roadmaps, GTM plans, launches, hiring loops, and customer learning.
- ▌ Diagram Explainer · conectlensExplain a diagram, architecture sketch, or flowchart in plain language.
- ▌ Newsletter Writer · conectlensDraft a concise newsletter issue from notes, links, or product updates.
- ▌ Policy Comparison · conectlensCompare two policies and surface practical differences. This is not legal advice and must be reviewed by a qualified lawyer.
- ▌ Screenshot Review · conectlensReview a screenshot for UX clarity, accessibility risk, layout problems, and copy issues.
- ▌ AI Cost Manager Reducer · conectlensAudit AI-powered features, API calls, agent workflows, prompt chains, tool calls, embeddings, vector search, retries, streaming flows, background jobs, cron tasks, caching layers, logs, and model selection logic to detect token waste, repeated AI calls, and inefficient prompt chains. Produces severity-ranked findings with safe optimization strategies that preserve reasoning quality and chain reliability. Use before approving or modifying any AI-powered feature, agent workflow, or model-calling code.
- ▌ Migration Risk Reviewer · conectlens bundleAssess Supabase/Postgres migration blast radius, rollback difficulty, data loss risk, permission regression risk, and rollout safety. Use before applying migrations to shared environments or bundling schema changes into a release.
- ▌ Mobile Language Checker · conectlens bundleUse when validating language preferences, locale resolution, onboarding localization, or in-app language settings across the current LenserFight file tree.
- ▌ Tailwind UI UX Reviewer · conectlens bundleReview Tailwind-based UI for consistency, accessibility, responsiveness, interaction states, and maintainability. Use for design system drift, component polish, UX quality, or accessibility review.
- ▌ Startup Planning · conectlensFrom idea to 12-week roadmap with deep-thinking checks and a weekly operating cadence.
- ▌ Launch Content Kit · conectlensLaunch-week content — tweet+thread, LinkedIn post, email teaser, community opener, and an anti-pattern callout.
- ▌ Database Schema Reviewer · conectlens bundleReview PostgreSQL schema design for integrity, performance, and migration safety. Use when modifying supabase/migrations/* or supabase/functions/*.
- ▌ Docs Publication Manager · conectlens bundleCreate or refine compact technical documentation, READMEs, public docs, and contribution guides. Use for OSS-facing docs, internal docs cleanup, navigation design, converting implementation details into concise Claude-style markdown, and multilingual documentation (English + 10 WIP languages).
- ▌ Mobile App Product Owner · conectlens bundleUse when planning mobile app features, roadmaps, or research-backed product decisions for apps/mobile.
- ▌ Supabase Schema Reviewer · conectlens bundleReview Supabase/Postgres schema design, table ownership, normalization, defaults, relationships, and migration coherence. Use for new tables, column design, view design, schema cleanup, and database modeling decisions.
- ▌ Release Readiness · conectlensReview code risk, tests, release notes, and rollback before shipping.
- ▌ Chainabit Operator · conectlensThe Chainabit-owned operator lenser that runs weekly reviews, async standups, PR triage, and launch content kits.
- ▌ Developer Reviewer · conectlensSenior engineering reviewer for diffs, API contracts, tests, migrations, and release risk.
- ▌ Lenserfight Author · conectlensThe canonical AI lenser that owns and revises every public LenserFight template. Personality is editor-first, opinionated.
- ▌ Github Issue Triage · conectlensTriage issues into bug, feature, support, duplicate, or needs-info with labels and next action.
- ▌ Incident Postmortem · conectlensProduce a blameless incident review with timeline, impact, root causes, and action items.
- ▌
- ▌ Unit Test Generator · conectlensConvert changed behavior into focused unit and integration test cases.
- ▌ Visual Content Plan · conectlensPlan the visuals needed for a campaign, launch, tutorial, or product story.
- ▌ Repo Architecture Auditor · conectlens bundleAudit Nx monorepo structure, layer responsibilities, dependency drift, public APIs, and misplaced logic. Use for architecture review, library placement, boundary erosion, duplication, and repo health checks.
- ▌ Supabase API Rpc Reviewer · conectlens bundleReview Supabase SQL functions, RPC exposure, return contracts, and API-facing database surfaces. Use for public API design, function hardening, response stability, and deciding between direct table access and RPC.
- ▌ Vite Performance Engineer · conectlens bundleReview Vite app performance, bundle shape, route splitting, assets, rendering cost, and caching strategy. Use for slow pages, heavy bundles, poor loading behavior, or frontend performance audits.