mirror of
https://github.com/bitsocialnet/5chan.git
synced 2026-08-03 07:41:04 +02:00
bitsocialhq/pkc-react-hooks is a fork of plebbit-react-hooks that we're maintaining temporarily as an attempt to modernize the original repository using AI tools, possibly merging changes back into plebbit-react-hooks, which should also be rebranded to pkc-react-hooks eventually, under the org pkcprotocol.
51 lines
1.1 KiB
Markdown
51 lines
1.1 KiB
Markdown
# Skills and Tools
|
|
|
|
Use this playbook when setting up/adjusting skills and external tooling.
|
|
|
|
## Recommended Skills
|
|
|
|
### Context7 (library docs)
|
|
|
|
For up-to-date docs on libraries.
|
|
|
|
```bash
|
|
npx skills add https://github.com/intellectronica/agent-skills --skill context7
|
|
```
|
|
|
|
### Vercel React Best Practices
|
|
|
|
For deeper React/Next performance guidance.
|
|
|
|
```bash
|
|
npx skills add https://github.com/vercel-labs/agent-skills --skill vercel-react-best-practices
|
|
```
|
|
|
|
### Find Skills
|
|
|
|
Discover/install skills from the open ecosystem.
|
|
|
|
```bash
|
|
npx skills add https://github.com/vercel-labs/skills --skill find-skills
|
|
```
|
|
|
|
### Playwright CLI
|
|
|
|
Use `playwright-cli` for browser automation (navigation, interaction, screenshots, tests, extraction).
|
|
|
|
```bash
|
|
npm install -g @playwright/cli@latest
|
|
playwright-cli install --skills
|
|
```
|
|
|
|
Skill install locations:
|
|
|
|
- `.cursor/skills/playwright-cli/`
|
|
- `.claude/skills/playwright-cli/`
|
|
|
|
## MCP Policy Rationale
|
|
|
|
Avoid GitHub MCP and browser MCP servers for this project because they add significant tool-schema/context overhead.
|
|
|
|
- GitHub operations: use `gh` CLI.
|
|
- Browser operations: use `playwright-cli`.
|