One-click install
npx skills add https://github.com/BaGyun0107/harness-starterkit --skill stack-set-bagyun0107
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: stack-set
Source: https://github.com/BaGyun0107/harness-starterkit/tree/main/.claude/skills/stack-set
Command: npx skills add https://github.com/BaGyun0107/harness-starterkit --skill stack-set-bagyun0107

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Identifies the underlying technologies used in a project to facilitate targeted knowledge acquisition and integration.

Core Features & Use Cases

  • Tech Stack Detection: Analyzes project files and configurations to determine the technologies involved.
  • Reference Generation: Produces relevant documentation and references tailored to detected tools and frameworks.
  • Use Case: Developers can quickly understand unfamiliar projects by automatically generating a comprehensive overview of the tech stack and relevant resources.

Quick Start

Read and follow the instructions in .agents/workflows/stack-set.md to detect the project's technology stack and generate related references.

Frequently Asked Questions about stack-set

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

FAQPage Schema
How do I automatically detect the tech stack of an unfamiliar code repository?

To automatically detect a project tech stack, you can parse project files, configuration files, and directory structures to determine dependencies and frameworks. This process enables quick comprehension of the project architecture.

What is project tech stack detection used for during onboarding?

Project tech stack detection is used for onboarding, project auditing, and technical documentation. It identifies underlying technologies to facilitate targeted knowledge acquisition and integration for developers.

How do I generate technical documentation for dependencies and frameworks in a project?

You can generate technical documentation by analyzing project configurations to detect dependencies and frameworks, producing relevant references and documentation tailored to the specific tools used in the repository.

Can I analyze directory structures to determine project frameworks without manual inspection?

Yes, you can analyze directory structures and configuration files to determine project frameworks without manual inspection. The automated detection process parses these files to identify the technologies involved.

What's the best way to get a project overview for technical auditing?

The best way to get a project overview for technical auditing is to automatically detect the technology stack by parsing project files. This generates a comprehensive overview of dependencies and relevant resources.

Do I need to manually specify configuration files to identify project dependencies?

No, you do not need to manually specify configuration files to identify project dependencies. The detection process automatically parses project files and configurations to determine the technologies and frameworks involved.