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.

90

Quality

90%

Does it follow best practices?

Impact

Pending

No eval scenarios have been run

SecuritybySnyk

Risky

Do not use without reviewing

This version of the tile failed moderation
Moderation pipeline encountered an internal error
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

CHANGELOG.md

context7.json

CONTRIBUTING.md

README_CN.md

README_ES.md

README_IT.md

README.md

tessl.json

tile.json