faq-guide

Guide users to locate and configure API keys and environment variables in project files.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/johunsang/kreatsaas --skill faq-guide
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: faq-guide
Source: https://github.com/johunsang/kreatsaas/tree/main/.claude-plugin/skills/faq-guide
Command: npx skills add https://github.com/johunsang/kreatsaas --skill faq-guide

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a guided FAQ for beginners, helping users quickly locate where to configure settings and understand common configuration tasks.

Core Features & Use Cases

  • Quick-reference table with file locations and settings
  • Step-by-step guidance for typical setup tasks (API keys, env vars, routing)
  • Real-world examples showing where to modify configuration in a project

Quick Start

Ask a question like "OpenAI API 키는 어디에 넣어?" to get targeted guidance on where to place keys, env vars, and configuration files.

Frequently Asked Questions about faq-guide

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

FAQPage Schema
Where do I put my API keys in a project?

API keys belong in environment variable files like .env.local. This guide helps you locate the correct configuration files and provides actionable commands to place keys, URLs, and other settings securely.

How do I manage environment variables for local deployment?

Environment variables are managed by defining them in files such as .env.local. This skill provides quick-reference tables and step-by-step guidance for configuring environment variables across your project.

How do I find the correct file paths for database schema configuration?

File-path references for database schemas are located in files like prisma/schema.prisma. This guide points you to concrete file locations and shows exactly where to modify configuration values for your code and tooling.

What is the best way to configure settings for a new project onboarding?

The best way to configure settings during onboarding is using a quick-reference table for file locations. This skill provides real-world examples showing where to modify API keys, environment variables, and routing in your project.

Can I use this guide to locate configuration files for any framework?

You can use this guide to locate configuration files if your project uses environment variables and schema files like prisma/schema.prisma. It covers common scenarios for code, deployment, and tooling configurations.

Why are my environment variables not loading correctly?

Environment variables may not load if placed in the wrong file or directory. This guide helps you troubleshoot by pointing to the correct file locations like .env.local and providing actionable commands to verify your setup.