Start Building
CLI vs MCP vs API. I really don’t care. That debate will shake out eventually and likely swing back and forth.
When discussing how to get started with AI, the first thing I ask people is whether they have:
- A defined list of the plugins and skills they actually want to build. Bonus points if they are defined as individual GitHub issues.
- A marketplace or centralized repository to host these skills.
- Bundled scripts included with each skill to enforce consistent outputs and minimize overall context waste.
- Evaluations designed for each specific plugin and skill to measure reliability and improve them over time.
If a skill or plugin proves to be a high-value tool, you might eventually hand it over to an autonomous agent using frameworks like LangChain DeepAgents or Pydantic-AI. But you don’t need to wait for full autonomy. You can extract a ton of immediate value and gain valuable experience just by building out a library of skills today.
Skill Ideas for Infra Teams
Here are some ideas to get you started:
- define-topology: Create a topology definition in a format like Containerlab.
- audit-IPAM-dns-records: Leverage existing IP assignments documented in NetBox, platform configs, AVD structured configs, etc., to define A records and validate DNS entries.
- build-diagram: Parse configs, patching schedules, etc., to build a diagram of the environment using draw.io.
- verify-configs: Validate configs against a baseline or standard set of common configurations or business logic (e.g., ensure all eBGP peers to third parties have a relevant description, AS number, and a neighbor IP that matches an interface prefix).
- organize-requirements: Take a bunch of notes from a project kick-off to document a clear set of infrastructure requirements.
- investigate-firewall-logs: Parse firewall logs to identify patterns, anomalies, or specific connectivity failures.
- build-documents: See my blog post on Designing Repos for Humans and Agents and build a skill for that process.
⚠️ There are plenty of skill marketplaces you can leverage to get started, but review what you are taking inspiration from because prompt injections are a real concern for skills you find online.

