Skip to content

Plepic-OU/claude-logiq

Repository files navigation

Getting Started with Claude Code

1. Install and log in

Start Claude Code in any terminal:

claude

Log in with your own Anthropic account when prompted. Once logged in, exit Claude:

/exit

2. Set up the API key

Export the API key provided in the shared Google Sheet:

export ANTHROPIC_API_KEY=sk-ant-...

Start Claude again:

claude

If Claude asks whether to use the API key, answer yes.

If it doesn't ask, check that custom API key usage is enabled in your settings:

/config

Navigate to API key settings and enable custom key usage.

3. Set up your project

Exit Claude and navigate to your project directory:

cd /path/to/your/project

Create the .claude directory and copy the workshop settings into it:

mkdir -p .claude
cp /path/to/claude-logiq/.claude/settings.json .claude/settings.json

4. Start Claude with recommended permissions

claude --permission-mode acceptEdits

You're ready to go! Claude will auto-approve file edits and most read-only commands. It will still prompt for potentially destructive operations.


Introduction

This project is example project for showcasing Claude Code features.

Notable Claude features present

  • CLAUDE.md - the master prompt
  • .claude/settings.json - project settings, including edit hook and default permissions
  • .claude/ruff_format_hook.sh - hook runnable that formats python files with ruff on edit
  • .claude/agents/ - Example sub agents
  • .claude/commands/ - Example slash commands

How to use in your project

  1. Run claude and then /init inside the project root directory.
  2. Copy any of the above files you want into your project in the appropriate locations.

MCP Servers

Use claude mcp command to add or remove Model Context Protocol (MCP) servers.

Context7 example

  • Optionally register in https://context7.com/ to get API key. Can be used with lower rate limits without one too.
  • Run claude mcp add --transport http context7 https://mcp.context7.com/mcp --header "CONTEXT7_API_KEY: $CONTEXT7_API_KEY"

Running this project

About

Example project showcasing Claude Code features

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors