engenharia-de-software-com-ia-aplicada
Practical AI engineering skills for coding, testing, and DevOps workflows
Directs the AI agent to follow a strict spec-driven workflow (specify, clarify, plan, tasks, analyze, implement) and enforces project rules like test-first development, accessibility, and performance budgets when building features.
All Skills in This Repository (39)
Pure Emerald Level Indicatorsffmpeg
Convert, trim, compress, and reformat audio and video files with FFmpeg.
find-skills
Discover and install agent skills for testing, design, deployment, and documentation.
neo4j-cypher-guide
Generate modern Neo4j Cypher read queries from graph retrieval requirements.
openspec-apply-change
Implement OpenSpec change tasks and synchronize progress across pending artifacts.
openspec-explore
Investigate codebase behavior and clarify ambiguous technical problems before changes.
openspec-archive-change
Archive completed OpenSpec changes with artifact and task validation.
openspec-propose
Generate implementation-ready change proposals with proposal, design, and task artifacts.
windowsfy
Scan Node.js package.json scripts for Windows shell incompatibilities.
speckit-checklist
Generate structured metadata from SKILL.md frontmatter and repository structure.
speckit-git-remote
Detect a Git repository's origin remote and extract GitHub owner and repository name.
speckit-git-validate
Validate Git branch names against feature branch naming conventions.
speckit-git-initialize
Initialize a Git repository and create the first commit in a project directory.
Frequently Asked Questions
FAQPage SchemaHow to install engenharia-de-software-com-ia-aplicada?▼
Run `npx skills add unipds-engenharia-de-ia-aplicada/engenharia-de-software-com-ia-aplicada --all -g -y` in your terminal to install all skills in this suite globally.
What is spec-driven development with AI agents?▼
It is a workflow where your AI agent first writes a feature specification, then a plan and task list, and only then writes code. The included speckit skills automate each of these steps.
How to fix npm scripts that fail on Windows?▼
Use the windowsfy skill. It scans your package.json for Unix-only patterns like rm -rf or inline env vars and rewrites them with cross-platform fixes.
Does this suite work with Claude Code and other AI agents?▼
Yes. All skills follow the standard SKILL.md format and run in Claude Code, Cursor, Codex, and other compatible agents.
Can I use these skills without deep DevOps knowledge?▼
Yes. Skills like the Kubernetes and AIOps labs guide the agent through diagnosis and remediation step by step, so you describe the problem in plain language.
Related Repositories in Software Engineering
View All in Software Engineering→openclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core