CO

connector-librarian

Audits app connectivity, tracing flows to ensure all features are reachable and functional.

Install

mkdir -p .claude/skills/connector-librarian && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/18811" && unzip -o skill.zip -d .claude/skills/connector-librarian && rm skill.zip

Installs to .claude/skills/connector-librarian

Activation

This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.

Alias wrapper for the Connector Librarian. Use when auditing whether an app is fully wired — every user type has complete flows, every screen is reachable, every route has a backend, no dead code exists. Distinct from code audit (quality) and flow design (UX). Activate when user mentions connectivity, dead code, hanging features, completeness, or asks "is this actually done?"
378 chars✓ has a “when” triggerlonger than Claude Code's old 250-char listing cap (fine on current versions)
Intermediate

Key capabilities

  • Map user types and their capabilities
  • Trace flows from frontend to database
  • Audit routes for backend coverage
  • Check profile integrity
  • Find dead or orphaned code
  • Output results in TLDR tables with priority levels

How it works

The skill maps user types and traces flows from the frontend through the API and database to the UI. It audits routes for backend coverage and checks profile integrity.

Inputs & outputs

You give it
User request about connectivity, dead code, or completeness
You get back
TLDR tables with priority levels detailing flow completeness and dead code

When to use connector-librarian

  • Verify feature connectivity
  • Check flow completeness
  • Find dead code

About this skill

Connector Librarian

This is an alias wrapper. Read the full librarian file for instructions:

/Users/franklawrencejr./Downloads/skills-library-v2 2/librarians/connector-librarian.md

When to Activate

  • User asks "is everything connected?" or "is this actually done?"
  • User wants to verify all user types work end-to-end
  • User mentions dead code, hanging features, or incomplete flows
  • Before production launch (complements exit gate)
  • User says "connector" or "code connector"
  • User asks if all profiles / user types are functional

What This Does

  1. Maps all user types and what each should be able to do
  2. Traces every flow: frontend -> API -> database -> response -> UI
  3. Audits every route for backend coverage
  4. Checks profile integrity (demo profiles that work like real users)
  5. Maps feature connectivity graph (does feature A feed feature B?)
  6. Verifies decision trees (every conditional branch resolves)
  7. Finds dead/orphaned code
  8. Outputs everything as TLDR tables with priority levels

When not to use it

  • When performing a code audit for quality
  • When designing user flows for UX

Limitations

  • Distinct from code audit (quality)
  • Distinct from flow design (UX)

How it compares

This skill provides a structured audit of application connectivity and code completeness, unlike manual checks that may miss dead code or incomplete flows.

Compared to similar skills

connector-librarian side by side with the closest alternatives in the catalog.

SkillInstallsUpdatedSafetyDifficulty
connector-librarian (this skill)016dNo flagsIntermediate
error-handling-patterns352moNo flagsIntermediate
codebase-context-extractor49moReviewIntermediate
investigating-code-patterns18moNo flagsBeginner

Try saying

Example prompts that trigger this skill in your AI assistant.

Search skills

Search the agent skills registry