CtrlK
BlogDocsLog inGet started
Tessl Logo

giuseppe-trisciuoglio/developer-kit

Comprehensive developer toolkit providing reusable skills for Java/Spring Boot, TypeScript/NestJS/React/Next.js, Python, PHP, AWS CloudFormation, AI/RAG, DevOps, and more.

82

Quality

82%

Does it follow best practices?

Impact

Pending

No eval scenarios have been run

SecuritybySnyk

Risky

Do not use without reviewing

Validation failed for skills in this tile
One or more skills have errors that need to be fixed before they can move to Implementation and Discovery review.
Overview
Quality
Evals
Security
Files

cli-command-reference.mdplugins/developer-kit-tools/skills/copilot-cli/references/

Copilot CLI Command Reference (Skill Support)

Minimal reference used by the copilot-cli skill.

Core non-interactive patterns

# Programmatic prompt execution
copilot -p "<english prompt>"

# Programmatic prompt with explicit model
copilot -p "<english prompt>" --model <model-name>

# Output only assistant response
copilot -p "<english prompt>" --silent

Permission flags

# Single tool (preferred when possible)
copilot -p "<prompt>" --allow-tool 'shell(git)'

# All tools
copilot -p "<prompt>" --allow-all-tools

# All paths
copilot -p "<prompt>" --allow-all-paths

# All URLs
copilot -p "<prompt>" --allow-all-urls

# Full permissions (highest risk)
copilot -p "<prompt>" --yolo

Session controls

# Resume a session
copilot --resume <session-id>

# Share session to markdown
copilot -p "<prompt>" --share

# Share session to explicit path
copilot -p "<prompt>" --share ./copilot-session.md

Operational guidance

  • Keep prompts in English for consistency and model performance.
  • Prefer explicit model selection when reproducibility is important.
  • Use least-privilege permission flags; avoid --yolo unless explicitly requested.
  • Always review output before applying code changes.

plugins

developer-kit-tools

README.md

tile.json