بنقرة واحدة
opencode-optimization
Optimize OpenCode IDE configuration and workflows for this portfolio
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Optimize OpenCode IDE configuration and workflows for this portfolio
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
| name | opencode-optimization |
| description | Optimize OpenCode IDE configuration and workflows for this portfolio |
Optimize OpenCode IDE configuration for maximum productivity with MiMo v2.5 on this portfolio.
opencode.json| Server | Purpose | Requires API key |
|---|---|---|
chrome-devtools | Browser debugging, performance traces, screenshots | No |
@21st-dev/magic | Generate UI components from natural language | Yes (API_KEY_21ST_DEV) |
@magicuidesign/mcp | Magic UI animated components (marquee, bento, dock) | No |
github | GitHub API — issues, PRs, repos, code search | Yes (GITHUB_TOKEN) |
filesystem | File system read/write with path restrictions | No |
sequential-thinking | Structured reasoning, step-by-step problem solving | No |
memory | Knowledge graph memory for persistent context | No |
brave-search | Web search for docs, Stack Overflow, API references | Yes (BRAVE_API_KEY) |
fetch | Fetch and analyze web content, API docs | No |
puppeteer | Advanced browser automation, screenshots, scraping | No |
sqlite | Local SQLite for caching, analytics, data analysis | No |
sanity-cms | Direct Sanity CMS operations, schema, content queries | Yes (SANITY_AUTH_TOKEN) |
sentry | Sentry error tracking and performance monitoring | Yes (SENTRY_AUTH_TOKEN) |
vercel | Vercel deployment, edge functions, analytics | Yes (VERCEL_TOKEN) |
docker | Docker container management | No |
| Server | Extensions | Purpose |
|---|---|---|
typescript | .ts, .tsx, .js, .jsx | Type checking, inlay hints, go-to-definition |
eslint | .ts, .tsx, .js, .jsx | Real-time linting, auto-fix |
prettier | .ts, .tsx, .js, .jsx, .css, .json, .md | Code formatting |
tailwindcss | .ts, .tsx, .js, .jsx, .css | Tailwind class completion, validation |
html | .html, .htm | HTML validation, formatting |
css | .css, .scss, .less | CSS validation, completion |
json | .json, .jsonc | JSON schema validation |
markdown | .md, .mdx | Markdown editing |
graphql | .graphql, .gql | GraphQL schema validation (not actively used) |
yaml | .yaml, .yml | YAML validation |
dockerfile | Dockerfile | Dockerfile linting |
opencode.json at the repo root"mcp":{
"mcp": {
"server-name": {
"type": "local",
"command": ["npx", "-y", "package-name@latest"],
"env": {
"API_KEY": "${ENVIRONMENT_VARIABLE}"
},
"description": "What this server does"
}
}
}
opencode.json at the repo root"lsp":{
"lsp": {
"language-name": {
"command": "npx",
"args": ["-y", "language-server-package", "--stdio"],
"extensions": [".ext"]
}
}
}
Server not starting:
opencode.json is correctServer crashes:
opencode.jsonMigrate from Next.js 15 to Next.js 16 and handle breaking changes
Configure Content Security Policy and security headers for the portfolio
Deploy Next.js to Cloudflare Workers using OpenNext adapter
Manage the canary token honeypot system for detecting security scanning
Write, debug, and optimize GROQ queries for Sanity CMS in this portfolio
Advanced TypeScript patterns and type safety as used in this portfolio