dotfiles Skill
dotfiles is a Lua AI agent skill for VS Code with docker, git clone. All of my dotfiles are here.
How to use dotfiles Skill
Install or run
git clone https://github.com/lalitmee/dotfiles.git ~/dotfiles
cd ~/dotfiles
./install.shClient configuration
{
"mcpServers": {
"crash": {
"command": "npx",
"args": [
"-y",
"crash-mcp"
],
"trust": true
},
"context7": {
"command": "npx",
"args": [
"-y",
"@upstash/context7-mcp"
],
"env": {
"DEFAULT_MINIMUM_TOKENS": "6000"
},
"trust": true
},
"next-devtools": {
"command": "npx",
"args": [
"-y",
"next-devtools-mcp@latest"
],
"trust": true
},
"playwright": {
"command": "npx",
"args": [
"@playwright/mcp@latest",
"--extension"
],
"env": {
"PLAYWRIGHT_MCP_EXTENSION_TOKEN": "$PLAYWRIGHT_MCP_EXTENSION_TOKEN"
},
"trust": true
},
"github": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-github"
],
"env": {
"GITHUB_PERSONAL_ACCESS_TOKEN": "$GITHUB_PERSONAL_ACCESS_TOKEN"
},
"trust": true
},
"figma": {
"url": "https://mcp.figma.com/mcp",
"type": "http",
"trust": true
},
"chrome-devtools": {
"command": "npx",
"args": [
"-y",
"chrome-devtools-mcp@latest",
"--autoConnect"
],
"trust": true
}
}
}
Compatible clients
What is dotfiles Skill?
dotfiles is a Lua AI agent skill for VS Code with docker, git clone. All of my dotfiles are here. This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.
Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement.
Key capabilities
- Reusable instructions support
- Includes SKILL.md support
- Shell commands support
- Google provider support
- Dockerfile config support
- gemini-cli/.gemini/mcp_config.json config support
- agents/.agents/skills/zoom-out/SKILL.md config support
Technical details
Install or run dotfiles using docker. Check lalitmee/dotfiles for the latest setup command.
- Built for Lua
- Built for Docker
- Built for Go
- Install or run with docker
- Install or run with git clone
- Works with VS Code
Requirements and access
Security and permissions
Review permissions before connecting any MCP server to an agent. Pay special attention to whether it can read local files, write data, call external services, or perform destructive actions.
When to use dotfiles Skill
- Use it for reusing agent instructions, scripts, and references.
- Use it for agent skills workflows.
- Use it for coding workflows.
- Use it for security workflows.
- Use it for vs code users.
Built with
Explore related resources
Frequently asked questions
What is dotfiles?
dotfiles is a Lua AI agent skill for VS Code with docker, git clone. All of my dotfiles are here.
Who is dotfiles best for?
dotfiles is best for reusing agent instructions, scripts, and references, agent skills workflows, coding workflows, security workflows, vs code users.
How do I install dotfiles?
Install or run dotfiles using docker. Check dotfiles for the latest setup command.
Is dotfiles actively maintained?
dotfiles may need a closer maintenance check before production use.
Auto-fetched from GitHub.