com um clique
sys-info
Retrieve system information (time, memory usage, disk space).
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Menu
Retrieve system information (time, memory usage, disk space).
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Baseado na classificação ocupacional SOC
Executes the tasks defined in the specified track's plan
Plans a track, generates track-specific spec documents and updates the tracks file
Takes comments, advice, or suggestions and uses this information to refine the code, followed by iterative linting and unit testing until all issues are resolved.
Reviews the completed track work against guidelines and the plan
Scaffolds the project and sets up the Conductor environment
Pull a GitHub issue, including title and body, and then treat it as a feature/task to implement.
| name | sys-info |
| description | Retrieve system information (time, memory usage, disk space). |
Use this skill to get system time, memory usage, or free disk space.
Depending on what the user requests, run the appropriate command:
System Time: To get the current system time, run:
date
Memory Usage: To get the current memory usage, run:
free -h
Free Disk Space: To get the free disk space of the current partition, run:
df -h .
Or to get it for all partitions:
df -h
Present the output of the commands directly to the user, explaining what it represents.