with one click
Knowledge Base Skill
npx skills add https://github.com/JansenAnalytics/claudex --skill knowledge-baseCopy and paste this command into Claude Code to install the skill
Knowledge Base Skill
npx skills add https://github.com/JansenAnalytics/claudex --skill knowledge-baseCopy and paste this command into Claude Code to install the skill
Semantic memory search across all agent memories and conversation history. Use BEFORE answering questions about prior work, decisions, dates, people, preferences, projects, or past conversations. Also use when asked "do you remember", "what did we discuss", "when did we", etc.
Get current weather and forecasts. Use when the user asks about weather, temperature, or forecasts for any location.
Set up and use 1Password CLI (op). Use when installing the CLI, enabling desktop app integration, signing in (single or multi-account), or reading/injecting/running secrets via op.
Accessibility auditing: WCAG compliance checking, contrast ratios, ARIA labels, keyboard navigation, semantic HTML, screen reader compatibility.
ADR Manager Skill
Autonomous API testing and evaluation. Tests any REST API for correctness, security, performance, error handling, and standards compliance. Discovers endpoints, probes with valid/invalid/edge-case payloads, checks auth, response times, injection vulnerabilities, and generates severity-scored reports with actionable fixes. Use before any API "done" claim.
| name | knowledge-base |
| description | Knowledge Base Skill |
| category | writing |
| maturity | beta |
| tags | ["ingestion","sqlite-fts5","bm25","pdf","search"] |
Use when: ingesting documents, searching stored knowledge, building research context.
node ${KNOWLEDGE_BASE_HOME:-$HOME/projects/knowledge-base}/ingest.cjs add <url>
node ${KNOWLEDGE_BASE_HOME:-$HOME/projects/knowledge-base}/ingest.cjs add --file <path>
node ${KNOWLEDGE_BASE_HOME:-$HOME/projects/knowledge-base}/ingest.cjs add --pdf <path>
node ${KNOWLEDGE_BASE_HOME:-$HOME/projects/knowledge-base}/search.cjs "query"
node ${KNOWLEDGE_BASE_HOME:-$HOME/projects/knowledge-base}/search.cjs "query" --limit 10
node ${KNOWLEDGE_BASE_HOME:-$HOME/projects/knowledge-base}/search.cjs "query" --context
node ${KNOWLEDGE_BASE_HOME:-$HOME/projects/knowledge-base}/ingest.cjs list
node ${KNOWLEDGE_BASE_HOME:-$HOME/projects/knowledge-base}/ingest.cjs remove <id>
node ${KNOWLEDGE_BASE_HOME:-$HOME/projects/knowledge-base}/ingest.cjs update <id>
${KNOWLEDGE_BASE_HOME:-$HOME/projects/knowledge-base}/kb.sqliteupdate <id> to refresh