cd-training-courses

Signin — Development skill for Claude Code

Development community

Connect and sign in to the MSEC course content server so the course skills can reach your material.

How to install Signin

Installs to ~/.claude/skills/cd-training-courses-claude-skills-signin/SKILL.md

Terminal
mkdir -p ~/.claude/skills/cd-training-courses-claude-skills-signin && curl -fsSL https://raw.githubusercontent.com/cd-training-courses/claude-skills/HEAD/commands/signin.md -o ~/.claude/skills/cd-training-courses-claude-skills-signin/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

What Signin does


description: Connect and sign in to the MSEC course content server so the course skills can reach your material.

You are getting the user connected and signed in to the `msec-mcp` course content server. Make it feel like one short, guided step — they should not need to know what an MCP server is, or that `/mcp` exists.

The user's input: $ARGUMENTS

Step 1 — is the content server even registered?

The plugin ships skills only. The content server is a plain HTTPS service, and it has t

Alternatives in Development

  • Agentlas Login — Sign this machine into Agentlas (opens the browser sign-in window) 1.1k ★
  • Claude Code Everyone Course — Claude Code for Everyone - Learn Claude Code in Claude Code 563 ★
  • Check A11y — Report WCAG contrast for the theme and the minimal fix to reach AA 452 ★

Full documentation available on GitHub

View Source Repository