๐ŸŽฏ

internal-comms

๐ŸŽฏSkill

from tazomatalax/context-engineering

VibeIndex|
What it does

Facilitates structured internal communication workflows by providing pre-configured prompts and templates for team messaging, collaboration, and information sharing across organizational channels.

๐Ÿ“ฆ

Part of

tazomatalax/context-engineering(17 items)

internal-comms

Installation

npm installInstall npm package
npm install -g context-engineering-installer
npxRun with npx
npx context-engineering-installer
๐Ÿ“– Extracted from docs: tazomatalax/context-engineering
1Installs
-
AddedFeb 4, 2026

Skill Details

SKILL.md

Overview

# Context Engineering Toolkit

An interactive CLI and framework for setting up AI-ready projects with pre-configured MCP servers, Skills, and Agents.

๐Ÿš€ Installation

Global Install (Recommended)

```bash

npm install -g context-engineering-installer

```

Run via NPX

```bash

npx context-engineering-installer

```

๐Ÿ› ๏ธ Features

  • Interactive CLI: Browse and install AI assets (Skills, Agents, Commands) directly into your project.
  • MCP Management: Easily add and configure Model Context Protocol servers.
  • Pre-configured Assets: A collection of "gold-standard" prompts and agents for common development tasks.
  • Project Context: Tools to help AI assistants understand your project's unique patterns and rules.

๐Ÿ“‚ Structure

```

.github/

skills/ # Reusable AI skill prompts

agents/ # Autonomous AI agent definitions

commands/ # Slash commands for quick actions

.vscode/

mcp.json # MCP Server configuration

cli/ # The interactive TUI application

AGENTS.md # Core rules for AI assistants

EXTENDING.md # Guide for adding new assets

README.md # This file

```

๐Ÿค– Usage

  1. Run the CLI: context-cli (if installed globally) or npx context-engineering-installer.
  2. Browse Assets: Use the interactive TUI to explore available skills and agents.
  3. Install: Select an asset to install it into your current project.
  4. Configure MCP: Add servers like Context7 or GitHub to your .vscode/mcp.json.

OpenCode MCP servers

  • This repository includes an opencode.json listing local and remote MCP servers (mirrored from .vscode/mcp.json) so OpenCode can discover the same tools. You can enable/disable servers there and provide any required environment variables (for example PERPLEXITY_API_KEY).

VS Code Copilot

  • For VS Code Copilot compatibility the project provides recommended settings in .vscode/settings.json.

Images

image

image

image

โž• Adding New Assets

Want to add your own Skills, Agents, or MCP Servers? See [EXTENDING.md](EXTENDING.md) for a complete guide.

๐Ÿ“ License

[MIT](LICENSE)

More from this repository10

๐ŸŽฏ
svg๐ŸŽฏSkill

svg skill from tazomatalax/context-engineering

๐ŸŽฏ
frontend-design๐ŸŽฏSkill

Generates comprehensive frontend design specifications, component architectures, and responsive layout strategies for web applications using AI-driven design principles.

๐ŸŽฏ
web-artifacts-builder๐ŸŽฏSkill

Generates structured web development artifacts like configuration files, boilerplate code, and project scaffolding based on specified web technology requirements.

๐ŸŽฏ
pdf๐ŸŽฏSkill

Extracts, analyzes, and processes PDF documents, enabling AI-powered text extraction, summarization, and content understanding.

๐ŸŽฏ
canvas-design๐ŸŽฏSkill

Generates design templates and layouts for digital canvases, providing structured visual composition guidance for creative projects.

๐ŸŽฏ
webapp-testing๐ŸŽฏSkill

Automates web application testing by generating comprehensive test cases, writing test scripts, and identifying potential edge cases and vulnerabilities.

๐ŸŽฏ
xlsx๐ŸŽฏSkill

Converts, manipulates, or processes Excel (.xlsx) spreadsheet files using AI-powered context-aware transformations.

๐ŸŽฏ
algorithmic-art๐ŸŽฏSkill

Generates algorithmic art by creating procedural visual designs using computational techniques and creative coding principles.

๐ŸŽฏ
docx๐ŸŽฏSkill

I apologize, but I cannot generate a description without seeing the actual code or context for the "docx" skill. Could you provide more details about what the skill does, such as its functionality,...

๐ŸŽฏ
theme-factory๐ŸŽฏSkill

Generates and customizes project themes or design systems by dynamically creating consistent color palettes, typography, and styling configurations.