Agent skill · Backend & API

darpa-ops

Query DARPA programs, opportunities, and BAAs. Searches RSS feeds and Grants.gov API for defense research funding opportunities across all DARPA technical offices.

majiayu000github.com/majiayu000GitHub ↗
claude-codecan modify filesMIT
Install
npx skills add majiayu000/claude-skill-registry --skill darpa-ops --agent claude-code

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

Facts
Files in the skill folder: 2
SKILL.md size: 5 KB
Bundled scripts: none
Allowed tools: -Bash-Read-Write
Path: skills/analysis/darpa-ops/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

# DARPA Operations Skill Query DARPA (Defense Advanced Research Projects Agency) for: - **Programs** - Active and completed research programs - **Opportunities** - BAAs (Broad Agency Announcements) and funding - **Federal Grants** - Via Grants.gov API for DOD/DARPA opportunities ## Data Sources | Source | Type | Auth | Updates | |--------|------|------|---------| | DARPA RSS | Feed | None | Real-time | | DARPA Opportunities RSS | Feed | None | Real-time | | Grants.gov API | REST | None | Daily | ## DARPA Technical Offices | Office | Code | Focus Area | |--------|------|------------| | Information Innovation Office | I2O | AI, cybersecurity, software | | Microsystems Technology Office | MTO | Hardware, 5G/6G, microsystems | | Defense Sciences Office | DSO | Foundational science, materials | | Biological Technologies Office | BTO | Biotechnology, synthetic biology | | Strategic Technology Office | STO | Strategic systems | | Tactical Technology Office | TTO | Tactical military systems | ## Quick Start ```bash # List recent DARPA programs ./run.sh programs # Filter by office ./run.sh programs --office I2O # Search opportunities (BAAs) ./run.sh opportunities --keyword "artificial intel

What's inside
Steps it walks through
  1. Data Sources
  2. DARPA Technical Offices
  3. Quick Start
  4. Commands
  5. programs - List DARPA Programs
  6. opportunities - DARPA BAAs and Opportunities
  7. grants - Search Grants.gov
  8. baas - Office-Wide BAAs
  9. feed - Raw RSS Feed
  10. Use Cases
  11. Research Intelligence
  12. Funding Opportunities
  13. Competitive Intelligence
  14. Technology Scouting
Ships with 1 file
  • metadata.json
Commands it runs
List recent DARPA programs
Filter by office
Search opportunities (BAAs)
Search Grants.gov for DARPA funding
Get program details
All recent programs
Filter by technical office
Search by keyword
Include completed programs
Output as JSON
More from claude-skill-registry
All skills →
About this skill
What does the darpa-ops skill do?

Query DARPA programs, opportunities, and BAAs. Searches RSS feeds and Grants.gov API for defense research funding opportunities across all DARPA technical offices.

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill darpa-ops --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