tamirdreshertamirdresherCommunity·15 Agent Skills Included

squad-skills

Reusable knowledge plugins for automating developer workflows

Teaches coding agents practical skills like Teams and Outlook automation, GitHub multi-account routing, session recovery, secrets management, and cross-machine task coordination. Eliminates manual clicking, lost sessions, auth conflicts, and scattered credentials across machines. Each plugin is a self-contained markdown file with step-by-step recipes, error recovery, and anti-patterns that work with Copilot, Claude, ChatGPT, or any agent.
npx skills add tamirdresher/squad-skills --all -g -y

All Skills in This Repository (15)

Pure Emerald Level Indicators
📦 In Repo
tamirdreshertamirdresher

teams-monitor

Monitors Microsoft Teams channels via WorkIQ and creates GitHub issues for actionable messages.

Community
Intermediate
📦 In Repo
tamirdreshertamirdresher

session-recovery

Query SQLite session_store to recover and resume Copilot CLI sessions.

Community
Intermediate
📦 In Repo
tamirdreshertamirdresher

outlook-automation

Automate Microsoft Outlook email, calendar, contact, and task operations via COM.

Community
Intermediate
📦 In Repo
tamirdreshertamirdresher

fact-checking

Break down claims, test counter-hypotheses, and validate external references.

Community
Intermediate
📦 In Repo
tamirdreshertamirdresher

GitHub-Native Distributed Coordination

Coordinate distributed agent work claiming via GitHub issues, comments, and labels.

Community
Advanced
📦 In Repo
tamirdreshertamirdresher

news-broadcasting

Scan, compile, and deliver tech news to team channels via webhooks.

Community
Intermediate
📦 In Repo
tamirdreshertamirdresher

reflect

Extract and categorize learnings from conversational interactions by confidence level.

Community
Intermediate
📦 In Repo
tamirdreshertamirdresher

Chrome DevTools MCP Skill

Connect AI agents to Chrome DevTools via Model Context Protocol for live browser debugging.

Community
Intermediate
📦 In Repo
tamirdreshertamirdresher

Agency Copilot — Optimal Configuration Reference

Identify missing Microsoft 365 MCPs and provide updated mcp-config.json.

Community
Intermediate
📦 In Repo
tamirdreshertamirdresher

github-multi-account

Configure PowerShell profiles and PATH variables for GitHub CLI account aliases.

Community
Intermediate
📦 In Repo
tamirdreshertamirdresher

squad-email-headless

Send emails headlessly from an Outlook account via the Microsoft Graph API.

Community
Intermediate
📦 In Repo
tamirdreshertamirdresher

Mail MCP Server - Research & Recommendation

Automate Microsoft 365 email operations via the Microsoft Graph API.

Community
Intermediate

Frequently Asked Questions

FAQPage Schema
How to install squad-skills?

Run `npx skills add tamirdresher/squad-skills --all -g -y` in your terminal to install all plugins globally.

What problems do squad-skills plugins solve?

They cover everyday developer pain points: automating Teams and Outlook, recovering lost sessions after restarts, managing secrets safely, and coordinating work across multiple machines and GitHub accounts.

Do squad-skills plugins work with Claude or ChatGPT?

Yes. Each plugin is a plain SKILL.md markdown file, so any agent that can read markdown — Copilot, Claude, ChatGPT, or custom agents — can use it with no SDK or lock-in.

Can I use squad-skills without coding experience?

Yes. Once installed, you describe what you want in plain English and your agent follows the step-by-step recipes inside each plugin.

How do squad-skills handle credentials securely?

Dedicated plugins enforce rules like never committing secrets to git, using Bitwarden or Windows Credential Manager for storage, and auditing every credential access.

Related Repositories in Software Engineering

View All in Software Engineering