claude-code

Guide developers in using Claude Code for agentic coding tasks.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/Elios-FPT/EliosCodePracticeService --skill claude-code-elios-fpt
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: claude-code
Source: https://github.com/Elios-FPT/EliosCodePracticeService/tree/main/.claude/skills/claude-code
Command: npx skills add https://github.com/Elios-FPT/EliosCodePracticeService --skill claude-code-elios-fpt

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Developers often face repetitive coding tasks, complex debugging, and the overhead of managing development environments. This skill provides a comprehensive guide to Claude Code, an agentic coding tool that automates these challenges, allowing developers to focus on innovation.

Core Features & Use Cases

  • Agentic Development: Leverage AI subagents for planning, coding, debugging, and testing, streamlining the entire development lifecycle.
  • Extensible Workflows: Customize Claude Code with plugins, skills, slash commands, and MCP servers to tailor it to any project or team need.
  • CI/CD Integration: Embed Claude Code into GitHub Actions or GitLab CI/CD pipelines for automated code reviews, fixes, and deployments.
  • Use Case: Automatically generate a new feature's implementation plan, write the code, create unit tests, and fix any type errors, all within your terminal.

Quick Start

Use the claude-code skill to implement user authentication with JWT.