A practical Claude Code guide with clear mental models and copy-paste examples — setup, prompt engineering, slash commands, skills, hooks, subagents, agent teams, and MCP servers. Beginner path to power-user depth. Featured in Awesome Claude Code.
Gtm Eng Skills
Gtm Eng Skills is an open-source workflow skill for Claude Code, published by getaero-io. Its author describes it as: “10 AI agent skills for Claude Code — waterfall email enrichment, TAM building, signal discovery, job change detection, and outbound automation. Powered by Deepline CLI with 28+ GTM data providers.”. The project has 47 stars on GitHub and is available under the MIT license. Add it to your setup with `git clone https://github.com/getaero-io/gtm-eng-skills ~/.claude/skills/gtm-eng-skills`.
Installation
Add Gtm Eng Skills to your agent with:
git clone https://github.com/getaero-io/gtm-eng-skills ~/.claude/skills/gtm-eng-skills Always review a skill's source before installing it. This command comes from the skill's public repository; the linked repo is the source of truth for exact setup steps.
When to use it
Reach for Gtm Eng Skills when you want workflow help from Claude Code without writing the same instructions every session. Load the skill and the agent picks it up automatically for relevant tasks.
Strengths
- Clear MIT license — safe to read and adapt
- Declares compatibility with Claude Code
- Actively maintained (recent commits)
Topics
Frequently asked questions
- What does Gtm Eng Skills do?
- 10 AI agent skills for Claude Code — waterfall email enrichment, TAM building, signal discovery, job change detection, and outbound automation. Powered by Deepline CLI with 28+ GTM data providers.
- How do I install Gtm Eng Skills?
- Run git clone https://github.com/getaero-io/gtm-eng-skills ~/.claude/skills/gtm-eng-skills in your agent, then reload your skills. Review the source at https://github.com/getaero-io/gtm-eng-skills before installing.
- Is Gtm Eng Skills free to use?
- Yes. Gtm Eng Skills is free and open source under the MIT license, so you can read, run, and adapt it within that license's terms.
- Which agents does Gtm Eng Skills work with?
- Gtm Eng Skills declares compatibility with Claude Code. Agent Skills use a portable SKILL.md format, so other compatible clients can usually load it too.
Related skills
More Workflow →Context management for Claude Code. Hooks maintain state via ledgers and handoffs. MCP execution without context pollution. Agent orchestration with isolated context windows.
A trilingual (繁中 / English / 简中) learning roadmap for agentic AI: from LLM basics to multi-agent systems, with 240+ curated resources and hands-on examples. 中文 AI agent 學習地圖。
When the user is building a tool-calling agent and gets stuck — "為什麼 LLM 不呼叫我的 tool", "我這 schema 哪裡寫壞", "tool 被呼叫但 args 不對", "ReAct loop 跑不停", "the LLM won't call my tool", "help me design a function schema", "debug this tool-use behavior". Walks them through a 4-branch diagnostic + 5-step schema design walkthrough, with references to bad/good schema A/B and SDK-diff cheatsheet. Do NOT use for: pure LangChain / LangGraph / CrewAI framework questions (route to Stage 4 frameworks), MCP server building (route to cookbook 2), production agent observability (route to Stage 7).
Univer Skill enables AI tools to work directly with spreadsheets, Excel workbooks, and CSV files. Powered by Univer CLI, it brings Git-style diffs, reviews, approvals, and rollbacks to spreadsheet workflows — making human-AI collaboration structured, reviewable, and safe.