new-team

Clone Git repos and crawl Confluence spaces into a structured local workspace.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/jeff-hamm/ai-tools --skill new-team
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: new-team
Source: https://github.com/jeff-hamm/ai-tools/tree/main/src/skills/new-team
Command: npx skills add https://github.com/jeff-hamm/ai-tools --skill new-team

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires markdownify, beautifulsoup4, and includes scripts (resource) components.

What problem does it solve?

Set up a workspace for a new team by collecting repos and Confluence docs into a single, navigable workspace, improving onboarding speed and resource discoverability.

Core Features & Use Cases

  • Clone Git repos and download Confluence docs
  • Convert Confluence HTML to Markdown with YAML frontmatter
  • Store credentials securely and generate a README/OVERVIEW
  • Build a navigable directory structure and overview for the team

Quick Start

Paste URLs and optional credentials to create a structured workspace by cloning repos, crawling Confluence pages, converting content to Markdown, storing credentials, and generating a README.

Frequently Asked Questions about new-team

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I set up a new team workspace with Confluence docs and Git repos?

To set up a new team workspace, paste your Git repository URLs and Confluence links. The workspace crawler clones repos, downloads Confluence pages, converts HTML to Markdown, and generates a navigable directory with an overview README.

Can I store credentials securely when cloning multiple repositories?

Yes, you can store credentials securely when cloning repositories. The workspace setup process includes a credentials storage feature to securely manage access tokens needed for private Git repos and Confluence spaces.

Does the workspace setup require BeautifulSoup4 to convert Confluence pages?

Yes, converting Confluence pages requires BeautifulSoup4. The tool uses this dependency to parse HTML content during the crawling process before converting it to Markdown with YAML frontmatter for your local workspace.

What is the best way to organize Confluence spaces and Git repositories for onboarding?

The best way to organize Confluence spaces and Git repos is to gather them into a structured local workspace. This creates a navigable directory structure with a generated README overview, improving onboarding speed and resource discoverability.

Do I need a crawler to download Confluence docs into a local workspace?

Yes, you need a crawler to download Confluence docs. The workspace setup requires crawling Confluence spaces to fetch HTML pages, convert them to Markdown with YAML frontmatter, and build a navigable directory structure.