🎯

brand-guidelines

🎯Skill

from tazomatalax/context-engineering

VibeIndex|
What it does

Generates and validates brand-specific communication guidelines, ensuring consistent tone, messaging, and visual representation across different AI interactions and content.

📦

Part of

tazomatalax/context-engineering(17 items)

brand-guidelines

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

🎯
web-artifacts-builder🎯Skill

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

🎯
frontend-design🎯Skill

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

🎯
skill-creator🎯Skill

Generates custom AI skills by analyzing code patterns, dependencies, and project structure to create modular, context-aware programming solutions.

🎯
internal-comms🎯Skill

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

🎯
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.