BTCA Local
SkillDev toolsLets your agent run the btca skill when you ask for it by name.
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use the BTCA Local skill
About this capability
Invoke this skill when the user says "use btca"
What this skill tells your AI
The instructions your AI receives, as published by stickerdaniel/linkedin-mcp-server in .agents/skills/btca-local/SKILL.md and read by ahel’s review.
BTCA Local, aka "The Better Context App Local" is a simple app defined as a skill file. The purpose of this app is to search git repos cloned onto this machine.
the BTCA Search Workflow
<end_goal> a clear, concise answer to the question with code examples </end_goal>
Startup Cases:
This skill can be invoked in a couple different ways, and your behavior should reflect that:
user invoked without extra context/question
this is the "app startup" state, almost as if a terminal app was booted up.
Your job is to search the working directory ~/.btca/agent/sandbox at the top level, just to get a list of all the repos that have been previously cloned
Then you should simply output the following markdown (filling in the existing repos):
# BTCA Local
_use your coding agent to search any git repo locally_
Previously searched:
- repo 1
- ...
Give me a question and the link to a git repo to get started!
(we can also clean out or pre-load some resources to this list...)
you invoked because of user's prompt
in this case, your job is to answer/execute the users prompt faithfully, just while also using the btca search workflow when needed to better execute your task
user invoked while also giving a prompt/questions
this one's simple, simply answer the users prompt with the btca search workflow
Signals
- GitHub stars
- 3k
- Forks
- 592
- Last commit
- Sep 2026
Advanced
- Catalog kind
- skill
- Gateway key
btca-local- Source
- github.com/stickerdaniel/linkedin-mcp-server