Full Code of octocat/Spoon-Knife for AI

main d0dd1f61b33d cached
3 files
1.4 KB
465 tokens
1 requests
Download .txt
Repository: octocat/Spoon-Knife
Branch: main
Commit: d0dd1f61b33d
Files: 3
Total size: 1.4 KB

Directory structure:
gitextract_r76vfyia/

├── README.md
├── index.html
└── styles.css

================================================
FILE CONTENTS
================================================

================================================
FILE: README.md
================================================
### Well hello there!

This repository is meant to provide an example for *forking* a repository on GitHub.

Creating a *fork* is producing a personal copy of someone else's project. Forks act as a sort of bridge between the original repository and your personal copy. You can submit *Pull Requests* to help make other people's projects better by offering your changes up to the original project. Forking is at the core of social coding at GitHub.

After forking this repository, you can make some changes to the project, and submit [a Pull Request](https://github.com/octocat/Spoon-Knife/pulls) as practice.

For some more information on how to fork a repository, [check out our guide, "Forking Projects""](http://guides.github.com/overviews/forking/). Thanks! :sparkling_heart:


================================================
FILE: index.html
================================================
<!DOCTYPE html>

<html>
<head>
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
  <title>Spoon-Knife</title>
  <LINK href="styles.css" rel="stylesheet" type="text/css">
</head>

<body>

<img src="forkit.gif" id="octocat" alt="" />

<!-- Feel free to change this text here -->
<p>
  Fork me? Fork you, @octocat!
</p>

</body>
</html>


================================================
FILE: styles.css
================================================
* {
  margin:0px;
  padding:0px;
}

#octocat {
  display: block;
  width:384px;
  margin: 50px auto;
}

p {
  display: block;
  width: 400px;
  margin: 50px auto;
  font: 30px Monaco,"Courier New","DejaVu Sans Mono","Bitstream Vera Sans Mono",monospace;
}
Download .txt
gitextract_r76vfyia/

├── README.md
├── index.html
└── styles.css
Condensed preview — 3 files, each showing path, character count, and a content snippet. Download the .json file or copy for the full structured content (2K chars).
[
  {
    "path": "README.md",
    "chars": 780,
    "preview": "### Well hello there!\n\nThis repository is meant to provide an example for *forking* a repository on GitHub.\n\nCreating a "
  },
  {
    "path": "index.html",
    "chars": 355,
    "preview": "<!DOCTYPE html>\n\n<html>\n<head>\n  <meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\"/>\n  <title>Spoon-Kni"
  },
  {
    "path": "styles.css",
    "chars": 256,
    "preview": "* {\n  margin:0px;\n  padding:0px;\n}\n\n#octocat {\n  display: block;\n  width:384px;\n  margin: 50px auto;\n}\n\np {\n  display: b"
  }
]

About this extraction

This page contains the full source code of the octocat/Spoon-Knife GitHub repository, extracted and formatted as plain text for AI agents and large language models (LLMs). The extraction includes 3 files (1.4 KB), approximately 465 tokens. Use this with OpenClaw, Claude, ChatGPT, Cursor, Windsurf, or any other AI tool that accepts text input. You can copy the full output to your clipboard or download it as a .txt file.

Extracted by GitExtract — free GitHub repo to text converter for AI. Built by Nikandr Surkov.

Copied to clipboard!