بنقرة واحدة
source-command-init-proj
init-proj
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
init-proj
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Use this skill to generate well-branded interfaces and assets for Good'ai, either for production or throwaway prototypes/mocks/etc. Contains essential design guidelines, colours, type, fonts, assets, and UI kit components for prototyping. Good'ai is a Perth-based SME automation business with a brutalist / direct-mail identity (warm cream paper, high-contrast coloured cards in navy / gold / red / black) and a casual "switched-on mate" voice.
Scaffold a new component with test file
Start dev server and verify environment
Stage + commit with conventional commit format
Stage + commit + push to remote
Create a pull request from current branch
| name | source-command-init-proj |
| description | init-proj |
Use this skill when the user asks to run the migrated source command init-proj.
flowchart TD
start-node-default([Start])
end_node_default([End])
prompt-1775005816205[1. /init]
skill-1775007042958[[Skill: skill-lookup]]
mcp-1775007205350[[MCP: resolve-library-id]]
skill-1775007625044[[Skill: gsd-new-project]]
start-node-default --> prompt-1775005816205
prompt-1775005816205 --> mcp-1775007205350
mcp-1775007205350 --> skill-1775007625044
skill-1775007625044 --> skill-1775007042958
skill-1775007042958 --> end_node_default
Follow the Mermaid flowchart above to execute the workflow. Each node type has specific execution methods as described below.
Description: Resolves a package/product name to a Context7-compatible library ID and returns matching libraries.
You MUST call this function before 'Query Documentation' tool to obtain a valid Context7-compatible library ID UNLESS the user explicitly provides a library ID in the format '/org/project' or '/org/project/version' in their query.
Each result includes:
For best results, select libraries based on name match, source reputation, snippet coverage, benchmark score, and relevance to your use case.
Selection Process:
Response Format:
For ambiguous queries, request clarification before proceeding with a best-guess match.
IMPORTANT: Do not call this tool more than 3 times per question. If you cannot find what you need after 3 calls, use the best result you have.
MCP Server: context7
Tool Name: resolve-library-id
Validation Status: valid
User Intent (Natural Language Parameter Description):
make a knowledge base of this projects codebase
Parameter Schema (for AI interpretation):
query (string) (required): The question or task you need help with. This is used to rank library results by relevance to what the user is trying to accomplish. The query is sent to the Context7 API for processing. Do not include any sensitive or confidential information such as API keys, passwords, credentials, personal data, or proprietary code in your query.libraryName (string) (required): Library name to search for and retrieve a Context7-compatible library ID.Execution Method:
Codex should interpret the natural language description above and set appropriate parameter values based on the parameter schema. Use your best judgment to map the user intent to concrete parameter values that satisfy the constraints.
1. /init
2. git clone "https://github.com/ktg-one/mcp-webdev"
3. npx in-memoria server
4. Read ONBOARD.md
5. sign contract