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.
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.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# 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:
- Knowledge Base Schema
- Entities (content/knowledge/index.yaml)
- Relationships
- Achievements (content/knowledge/achievements/.yaml)
- Quick Search (Deterministic Script)
- Query Patterns
- Query by Theme
- Query by Skill
- Query by Company
- Query by Keyword
- Query for Role Fit
- Response Formats
- Summary Format (default)
- Detail Format (on request)
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"
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.
