← all publishers

fellowship-dev

@fellowship-dev source repo

56 published skills

  1. Navvi Login · fellowship-dev
    Log into a web service using Navvi — reads gopass credentials, fills login form, handles reCAPTCHA and 2FA escalation. Use when asked to log in, sign in, or authenticate with a website.
    0
    installs
  2. Navvi Browse · fellowship-dev
    Autonomous browser agent — navigates, interacts, and reports using Navvi MCP tools. Use when asked to browse a website, interact with web pages, scrape content, or perform any web browsing task.
    0
    installs
  3. Navvi Signup · fellowship-dev bundle
    Create a new account on a web service using Navvi — generates credentials in gopass, fills signup form, handles CAPTCHAs, registers the account. Use when asked to sign up, create an account, or register on a website.
    0
    installs
  4. Flowchad · fellowship-dev bundle
    Drop-in AI QA for any web project — automated flow walking, screenshot capture, and regression detection
    0
    installs
  5. Flow Add · fellowship-dev
    Create a new flow definition from a natural language description — scans codebase for routes, components, and existing flows to generate accurate YAML. Usage /flow-add <description>
    0
    installs
  6. Flow Diff · fellowship-dev
    Compare walk snapshots to detect regressions and improvements — visual diff, timing changes, broken/fixed steps. Usage /flow-diff <flow-name>
    0
    installs
  7. Flow Walk · fellowship-dev
    Walk a user flow using Playwright CDP — execute steps, capture screenshots, measure timing, store results. Usage /flow-walk <flow-name>
    0
    installs
  8. Flow Report · fellowship-dev
    Generate a categorized friction report from walk results — Critical/Friction/Cosmetic findings with actionable suggestions. Usage /flow-report <flow-name>
    0
    installs
  9. Flow Update · fellowship-dev
    Update an existing flow definition to reflect product changes — reads codebase diffs, updates steps/expectations/context. Usage /flow-update <flow-name> <what changed>
    0
    installs
  10. Flow Diagram · fellowship-dev
    Generate mermaid flowcharts from YAML flow definitions — visualize happy path, error paths, and decision points. Usage /flow-diagram <flow-name>
    0
    installs
  11. Flow Suggest · fellowship-dev
    AI-powered improvement prioritization — analyze walk results, friction reports, and trends to produce a ranked action plan. Usage /flow-suggest <flow-name>
    0
    installs
  12. Flow Reproduce · fellowship-dev
    Reproduce a customer-reported bug in-browser given a GitHub issue with error details. Walks an inferred flow, captures evidence, and updates the original issue with reproduction outcome + steps-to-reproduce. Usage /flow-reproduce <issue-ref>
    0
    installs
  13. Flowchad Setup · fellowship-dev
    Initialize Flowchad in a project — auto-discover existing tests, analytics, specs, and user flows, then scaffold flow definitions. Run as first step before any /flow-walk.
    0
    installs
  14. Fly Io · fellowship-dev bundle
    Use when deploying to Fly.io or configuring flyctl, fly.toml, Fly.io secrets, databases, or GitHub Actions.
    0
    installs
  15. SEO Ops · fellowship-dev bundle
    Use when auditing a website before launch or in production for canonical hosts, redirects, crawlability, indexability, multilingual hreflang, metadata, structured data, sitemaps, robots, internal links, and recurring SEO regressions.
    0
    installs
  16. Hookshot · fellowship-dev
    Use when generating Claude Code enforcement hooks from a repo's docs/ structure.
    0
    installs
  17. Popsicle · fellowship-dev bundle
    Use when generating agent-native onboarding docs, coverage maps, health baselines, and agent adapters for a repo.
    0
    installs
  18. Pylot CLI · fellowship-dev bundle
    Use when operating the Pylot gateway through its CLI — dispatch, monitor, secrets, assets, workers, and automations.
    0
    installs
  19. Review Pr · fellowship-dev bundle
    Use when performing a first-pass, read-only PR review in a clean isolated context.
    0
    installs
  20. Cto Review · fellowship-dev bundle
    Use when performing a CTO-level PR review — includes a staging evidence gate for release-train PRs (base = default branch; per-PR staging retired 2026-09-06, pylot#3389) and a non-blocking visual evidence notice for UI PRs.
    0
    installs
  21. Dx Metrics · fellowship-dev bundle
    Use when measuring AI-coding-agent adoption and its effect on software delivery for a repo or org — leverage per human steerer, DX Core 4 speed/quality/impact, AI-execution floors, cycle time, ownership risk — computed from git and the GitHub API into a self-contained HTML dashboard. Attributes every commit to a steerer AND an executor rather than classifying it human-or-AI.
    0
    installs
  22. Playwright · fellowship-dev
    Use when automating a browser with Playwright CLI over CDP — navigate, screenshot, fill forms, or extract data.
    0
    installs
  23. Vercel Ops · fellowship-dev
    Use when safely inspecting or changing an existing Vercel project's environment variables, root-directory link, preview deployments, deployment protection, or custom domains.
    0
    installs
  24. Build Train · fellowship-dev bundle
    Use when batching multiple GitHub issues into one build branch with concurrent subagent builds.
    0
    installs
  25. Deps Runner · fellowship-dev bundle
    Use when running the full dependency update pipeline for a repo — scan, risk-eval, build-test, and merge-decision.
    0
    installs
  26. Docs Review · fellowship-dev
    Use when checking for drift between docs/ and source code — reports discrepancies with file:line evidence.
    0
    installs
  27. Maintenance · fellowship-dev
    Use when running an infra-only health audit across Pylot systems — LaunchAgent, cron, secrets, labels, branches, and issues.
    0
    installs
  28. Trash Truck · fellowship-dev bundle
    Investigate and retire unused product, code, operational, or infrastructure surfaces using real usage evidence. Use when a repository needs active pruning, when a specific capability may no longer be necessary, or when a scheduled review should preserve retirement candidates without executing them. Do not use for routine lint cleanup, broad refactoring, or dependency updates.
    0
    installs
  29. Weekly Plan · fellowship-dev
    Use when running the interactive weekly planning session for a Pylot team (interactive session only — not headless).
    0
    installs
  30. Daily Report · fellowship-dev
    Use when writing the daily/rollcall team report — defines 5 sections, quality rules, and a minimal idle card.
    0
    installs
  31. Double Check · fellowship-dev bundle
    Use when performing a standalone PR double-check in a clean context — review, fix, and post.
    0
    installs
  32. Issue To Prd · fellowship-dev bundle
    Use when converting a new GitHub issue into a structured PRD, or posting clarifying questions when the issue is underspecified.
    0
    installs
  33. Setup Github · fellowship-dev bundle
    Use when setting up a GitHub project board, labels, and Actions workflows for a new or existing repo.
    0
    installs
  34. Write Report · fellowship-dev
    Use when writing a mission report to the gateway DB from any operator mission.
    0
    installs
  35. Entropy Check · fellowship-dev
    Use when checking doc freshness and computing domain quality grades without making fixes.
    0
    installs
  36. Pylot Workers · fellowship-dev
    DEPRECATED — worker spawn/drive/stop moved into pylot-cli. Read pylot-cli instead; this skill is a pointer and carries no instructions.
    0
    installs
  37. Setup Harness · fellowship-dev
    Use when scaffolding the agent knowledge layer (ARCHITECTURE.md, QUALITY_SCORE.md, docs/) for a repo.
    0
    installs
  38. Setup Speckit · fellowship-dev
    Use when setting up speckit (Specification-Driven Development) in a repo — copies slash commands, templates, and optionally creates a project constitution.
    0
    installs
  39. Vercel Deploy · fellowship-dev
    Use when deploying an existing Vercel project to production non-interactively.
    0
    installs
  40. Build Prd · fellowship-dev
    Use when creating a PRD, writing requirements, or transforming a feature request into an implementation-ready GitHub issue.
    0
    installs
  41. Spec Plan · fellowship-dev
    Use when stress-testing a plan, getting grilled on a design, or before writing a PRD.
    0
    installs
  42. Migrate Skill · fellowship-dev
    Use when consolidating a skill from a claude-toolkit plugin or local .claude/skills into the dogfooded-skills library.
    0
    installs
  43. Skill Builder · fellowship-dev
    Use when writing a new agent skill for the dogfooded-skills library — covers frontmatter spec, section structure, quality criteria, and antipatterns.
    0
    installs
  44. Security Check · fellowship-dev
    Use when triaging Dependabot/Snyk security alerts by severity and exploitability before running security-runner.
    0
    installs
  45. Speckit Runner · fellowship-dev bundle
    Use when implementing a GitHub issue end-to-end — runs speckit with an independent advisory review before creating one PR.
    0
    installs
  46. Agent Readiness · fellowship-dev
    Use when assessing whether a repo is ready for autonomous AI agents (pylot workers) — produces a scored, actionable Agent Readiness Report as a GitHub issue in the assessed repo.
    0
    installs
  47. Evidence Upload · fellowship-dev
    Use when publishing visual evidence through Pylot assets for a PR, issue, report, mission, or conversation.
    0
    installs
  48. Flowchad Runner · fellowship-dev bundle
    Use when verifying local, preview, production, or recurring critical user flows with browser evidence and selective on-demand deployments.
    0
    installs
  49. Security Runner · fellowship-dev
    Use when running the automated security alert fix pipeline — opens fix PRs, creates issues for breaking changes, dismisses false positives.
    0
    installs
  50. Visual Evidence · fellowship-dev
    Use when capturing Playwright screenshots or GIF recordings for PR evidence — before/after comparisons and feature demos.
    0
    installs
  51. Refactor Codebase · fellowship-dev bundle
    Autonomously refactor a codebase across many verified cycles — decompose fat files by domain, deepen shallow modules, pay down architectural debt — driven by a persistent masterplan and behavior-preserving gates. Use when the user wants to refactor at scale, split god-files, decompose a large module, run an ongoing architecture-improvement loop, or do a multi-session refactor that must not change behavior. Complements (does not replace) improve-codebase-architecture, which only finds and reports opportunities.
    0
    installs
  52. Procedure Builder · fellowship-dev bundle
    Use when building a new multi-stage ICM procedure or converting a monolithic runner skill into a staged workflow.
    0
    installs
  53. Setup Devcontainer · fellowship-dev
    Use when generating devcontainer config or creating a Gitpod/Ona project for any repo.
    0
    installs
  54. Requestor Attribution · fellowship-dev
    Read at session start — injects Co-authored-by trailers and a "Requested by" PR attribution line from $PYLOT_REQUESTORS. No-op when the env var is absent or empty.
    0
    installs
  55. Create Compelling Prs · fellowship-dev
    Use when preparing a PR for review — applies body templates, attaches the deployment and visual evidence the repo playbook requires, and runs the self-audit checklist.
    0
    installs
  56. Create Compelling Issues · fellowship-dev
    Use when filing a GitHub issue — search for duplicates first, resolve filing policy from the repo playbook, and ground every claim in evidence.
    0
    installs