Skip to content

Commit 8d2b866

Browse files
committed
added skills in docs
1 parent c3f3f46 commit 8d2b866

File tree

2 files changed

+28
-0
lines changed

2 files changed

+28
-0
lines changed

.claude/settings.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"enabledPlugins": {
3+
"supabase@claude-plugins-official": true,
4+
"postgres-best-practices@supabase-agent-skills": true,
5+
"javascript-typescript@claude-code-workflows": true,
6+
"backend-development@claude-code-workflows": true,
7+
"payment-processing@claude-code-workflows": true,
8+
"developer-essentials@claude-code-workflows": true
9+
}
10+
}
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
sidebar_position: 2
3+
---
4+
# Coding Agent Best Practices
5+
6+
I am currently mostly coding with Claude Code.
7+
8+
## Skills
9+
10+
Skills are folders of instructions, scripts, and resources that Claude loads dynamically to improve performance on specialized tasks. Learn more about skills in the [official Anthropic documentation](https://support.claude.com/en/articles/12512176-what-are-skills).
11+
12+
### Skills I actively use in my projects
13+
14+
- [Supabase](https://github.com/supabase/agent-skills/tree/main)
15+
- [javascript-typescript](https://github.com/wshobson/agents/tree/main)
16+
- [backend-development](https://github.com/wshobson/agents/tree/main)
17+
- [payment-processing](https://github.com/wshobson/agents/tree/main)
18+
- [developer-essentials](https://github.com/wshobson/agents/tree/main)

0 commit comments

Comments
 (0)