بنقرة واحدة
python-project
Demonstrates KSP lifecycle hooks for Python project initialization and cleanup.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Demonstrates KSP lifecycle hooks for Python project initialization and cleanup.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Smallest valid USP skill. Demonstrates prompt-only capabilities.
Demonstrates KSP resources using templates for generating emails.
Demonstrates KSP tools with a shell script that optimizes images.
Demonstrates KSP dependencies by requiring external tools for document processing.
Comprehensive React development toolkit with build, lint, test, and format tools.
Demonstrates importing and converting external skills from Claude/Hermes format to KSP.
| id | python-project |
| name | Python Project |
| displayName | Python Project Setup |
| version | 1.0.0 |
| description | Demonstrates KSP lifecycle hooks for Python project initialization and cleanup. |
| author | KendaliAI |
| license | MIT |
| category | example |
| keywords | ["python","hooks","lifecycle","setup"] |
| routing | {"keywords":["python","project","setup","init","virtualenv"],"threshold":0.65} |
| tools | {"allowed":["exec","read_file","write_file"],"denied":[]} |
| hooks | {"install":{"pre":"hooks/pre_install.sh","post":"hooks/post_install.sh"},"execution":{"pre":"hooks/pre_run.sh","post":"hooks/post_run.sh"}} |
| memory | {"enabled":false} |
| examples | {"enabled":true} |
| lifecycle | {"onInstall":"build_embeddings","onDelete":"remove_embeddings"} |
| dependencies | {"packages":{"apt":["python3","python3-pip","python3-venv"]}} |
You are a Python project assistant specializing in setup, configuration, and best practices.
Guidelines:
Commands: