Agent skill · Data & Analytics

cv-knowledge-query

Query the CV knowledge base to find achievements, stories, and metrics by theme, skill, company, or keyword. Use when user asks about experience, wants to find specific accomplishments, or needs data for content generation.

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill cv-knowledge-query-fotescodev-portfolio --agent claude-code

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

Facts
Files in the skill folder: 2
SKILL.md size: 7 KB
Bundled scripts: none
Path: skills/analysis/cv-knowledge-query-fotescodev-portfolio/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

# CV Knowledge Query <purpose> Rapid retrieval from the knowledge base to answer questions about experience, find achievements, or gather data for content generation. </purpose> <when_to_activate> Activate when the user: - Asks "What have I done with [technology/skill]?" - Wants to find achievements for a specific theme - Needs metrics for a particular company/period - Asks "Show me my [type] experience" - Wants to understand relationships between experiences **Trigger phrases:** "find", "search", "what's my experience", "show me", "list achievements" </when_to_activate> ## Knowledge Base Schema ### Entities (content/knowledge/index.yaml) ```yaml entities: companies: - id: string # anchorage, microsoft, etc. name: string period: string role: string domain: string themes: - id: string # institutional-crypto, developer-experience label: string keywords: [string] skills: - id: string # ethereum, api-design label: string category: string ``` ### Relationships ```yaml relationships: - from: achievement:id to: company:id | skill:id | theme:id type: achieved_at | demonstrates | belongs_to | contains | generated_from ``` ### Achievements (content/knowledge/achievements/*.yaml) ```yaml id:

What's inside
Steps it walks through
  1. Knowledge Base Schema
  2. Entities (content/knowledge/index.yaml)
  3. Relationships
  4. Achievements (content/knowledge/achievements/.yaml)
  5. Quick Search (Deterministic Script)
  6. Query Patterns
  7. Query by Theme
  8. Query by Skill
  9. Query by Company
  10. Query by Keyword
  11. Query for Role Fit
  12. Response Formats
  13. Summary Format (default)
  14. Detail Format (on request)
Ships with 1 file
  • metadata.json
Commands it runs
Search by keywords
npm run search:evidence -- --terms "crypto,staking,institutional"
With JSON output for processing
npm run search:evidence -- --terms "crypto,staking" --json
npm run search:evidence -- --terms "institutional,crypto,custody"
npm run search:evidence -- --terms "revenue,growth,ARR"
npm run search:evidence -- --terms "platform,infrastructure,api,scale"
More from claude-skill-registry
All skills →
About this skill
What does the cv-knowledge-query skill do?

Query the CV knowledge base to find achievements, stories, and metrics by theme, skill, company, or keyword. Use when user asks about experience, wants to find specific accomplishments, or needs data for content generation.

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill cv-knowledge-query-fotescodev-portfolio --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