Agent skill

bip

Unified guidance for using the bipartite reference library CLI. Use when searching for papers, managing the library, or exploring literature via S2/ASTA.

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill bip --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 12 KB
Bundled scripts: none
Path: skills/analysis/bip/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Bip Reference Library A CLI tool for managing academic references with local storage and external paper search. **Repository**: Configured via `nexus_path` in `~/.config/bip/config.json` ## ⚠️ CRITICAL: Local-First Search Policy **ALWAYS search locally before using external APIs. NEVER call ASTA without explicit user permission.** The nexus library has ~6000 papers. Most relevant papers are already there. ### Required Search Order 1. **Local search FIRST** (always do this): ```bash bip search "author keyword" ``` 2. **If `bip search` fails** (e.g., schema error), rebuild the database: ```bash bip rebuild --force ``` Then retry the search. 3. **Only if not found locally AND user confirms**, use ASTA: ``` "I couldn't find that paper in the local library. Would you like me to search Semantic Scholar (ASTA)?" ``` **DO NOT** call `bip asta`, `mcp__asta__*`, or any external API without asking first. ## Argument Handling When invoked with arguments like `/bip find <query>` or `/bip <query>`: 1. **Always search local library first** with `bip search "<query>"` 2. If local search fails with an error, rebuild the database and retry 3. **Only after exhausting local options**, ask user if th

What's inside
Steps it walks through
  1. ⚠️ CRITICAL: Local-First Search Policy
  2. Required Search Order
  3. Argument Handling
  4. Proactive Concept Discovery
  5. Quick Reference
  6. Search Strategy
  7. Field-Specific Search Flags
  8. Query Formulation Tips
  9. Systematic Search Workflow
  10. Snippet Search Caveats
  11. S2 vs ASTA: When to Use Which
  12. Common Workflows
  13. Find a Paper
  14. Update Library from Paperpile
Ships with 1 file
  • metadata.json
Commands it runs
bip search "author keyword"
bip rebuild --force
Search by author (exact last name matching to avoid false positives)
bip search --author "Yu" --author "Bloom"    # Last names only
bip search -a "Tim Yu" -a "Bloom"            # First + last name
bip search -a "Yu, Timothy"                  # Last, First format
Filter by year
bip search --year 2024           # exact year
bip search --year 2020:2024      # range (inclusive)
bip search --year 2022:          # 2022 and later
More from claude-skill-registry
All skills →
About this skill
What does the bip skill do?

Unified guidance for using the bipartite reference library CLI. Use when searching for papers, managing the library, or exploring literature via S2/ASTA.

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill bip --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going