Agent skills
Skills you can use with AI coding agents, indexed from public GitHub repositories.
-
writing-plans
This skill should be used when the user asks to "write a plan", "create training plan", "plan my fine-tuning", "make a plan for model training", or when starting a new training task that requires multiple steps. Creates detailed implementation plans with bite-sized tasks for LLM fine-tuning workflows.
p988744/nlp-skills
-
executing-plans
This skill should be used when the user asks to "execute plan", "run the plan", "start executing", "continue plan execution", or has a plan file ready to execute. Manages phased implementation with batch execution and checkpoint reviews.
p988744/nlp-skills
-
llm-coach
This skill should be used when the user asks to "train a model", "fine-tune", "build NLP model", "create training task", "optimize model performance", "improve accuracy", "what model should I use", or expresses vague training needs like "I want to do sentiment analysis" or "help me with NER". Provides coaching-style guidance to clarify goals, diagnose pain points, and recommend optimal training approaches.
p988744/nlp-skills
-
llm-knowledge
This skill should be used when the user asks "what is LoRA", "compare models", "which model is best for Chinese", "SFT vs DPO", "how to handle overfitting", "class imbalance solution", "model architecture", "training method comparison", or needs reference information about LLM fine-tuning. Provides structured knowledge base for models, methods, architectures, and troubleshooting.
p988744/nlp-skills
-
when-to-query
When to use BK vs Grep/Read for current project
blueraai/bluera-knowledge 11
-
sync
Sync stores from definitions config (bootstrap on fresh clone)
blueraai/bluera-knowledge 11
-
ui
Launch the admin web UI to browse stores, search, and manage knowledge
blueraai/bluera-knowledge 11
-
stores
List all indexed library stores
blueraai/bluera-knowledge 11
-
index
Re-index a knowledge store
blueraai/bluera-knowledge 11
-
test-plugin
Run comprehensive plugin validation test suite
blueraai/bluera-knowledge 11
-
search-optimization
Optimize BK search with intent, detail level, and store filtering
blueraai/bluera-knowledge 11
-
suggest
Suggest important dependencies to add to knowledge stores
blueraai/bluera-knowledge 11
-
uninstall
Remove Bluera Knowledge data from this project
blueraai/bluera-knowledge 11
-
cancel
Cancel a background job
blueraai/bluera-knowledge 11
-
add-repo
Clone and index a library source repository
blueraai/bluera-knowledge 11
-
statusline
Install or update the bluera-knowledge statusline module
blueraai/bluera-knowledge 11
-
add-folder
Index a local folder of reference material
blueraai/bluera-knowledge 11
-
skill-activation
Toggle skill auto-activation on/off or configure individual skills
blueraai/bluera-knowledge 11
-
check-status
Check status of background operations
blueraai/bluera-knowledge 11
-
search
Search indexed library sources
blueraai/bluera-knowledge 11
-
advanced-workflows
Multi-tool orchestration patterns for BK operations
blueraai/bluera-knowledge 11
-
eval
Evaluate agent quality across three modes — without BK, BK grep-only, and BK full
blueraai/bluera-knowledge 11
-
knowledge-search
Library and dependency expert. ALWAYS invoke this skill when working with third-party libraries, frameworks, or dependencies — including debugging dependency errors, planning code that uses external packages, checking API signatures, or understanding library internals. Do not grep node_modules, vendor directories, or rely on training data for library questions directly — use this skill first.
blueraai/bluera-knowledge 11
-
crawl
Crawl web pages with natural language control and add to knowledge store
blueraai/bluera-knowledge 11