Get the full source code of application here:
Show More Show Less View Video Transcript
0:00
Uh hello guys, welcome to this video. So
0:02
in this video, I'll show you uh GitHub
0:04
has launched their own uh coding toolkit
0:07
or specification toolkit for actually
0:10
working with AI a lot more faster. So if
0:13
you simply type GitHub spec spec and
0:17
this will be the first uh repository
0:19
which is the official repository of
0:21
GitHub which will come. So this is a
0:24
specific toolkit uh GitHub has released
0:27
specifically for actually working with
0:29
any AI provider such as OpenAI, Chad,
0:32
GPT, Claude. You can actually actually
0:34
use this. So it's available in the
0:37
command line. You come to this GitHub
0:40
repo right here. You will see it's got
0:42
almost 24,000 GitHub stars. So it
0:46
recently released last week. Uh it's a
0:48
specification kit provided by GitHub. So
0:52
it actually contains step-by-step
0:55
instructions to make life easier for AI
0:58
to actually develop your software
1:00
faster.
1:02
So you simply go to get started right
1:05
here. To actually install this so it has
1:08
given the step-by-step instruction right
1:10
here. So now to install this you simply
1:13
copy this command.
1:17
So you basically see this releases
1:20
section. You can also go to releases
1:22
section to install this. So it's
1:25
available for each AI provider as you
1:28
can see
1:29
this is for codeex claude augie. So
1:33
every AI provider has a different zip
1:35
file. So depending upon your copilot
1:38
github copilot. So depending upon which
1:40
AI provider you are working with simply
1:42
download the zip file. After that simply
1:45
go to your terminal and just paste that
1:47
command uvx.
1:50
So right here you can initialize your
1:51
project. So simply
1:55
give your project name and then
1:57
automatically it will install the
1:59
necessary dependencies and create a
2:01
project with this specification kit.
2:05
So
2:08
after doing this it will basically uh
2:11
write here your project is created with
2:14
that specification GitHub specification
2:16
kit. Now it is asking you a solution
2:19
what sort of AI provider you are using
2:21
C-Ilot, Claude, Gemini, Cursor, Quen,
2:24
Open Code, Codeex. So all these popular
2:28
AI CLI tools are available and from this
2:31
drop-down you can simply select which
2:33
sort of uh solution you're using and
2:36
simply let's suppose I simply select
2:38
here Gemini.
2:40
After that
2:43
you need to install that script for you.
2:45
So either you can install this through
2:47
PowerShell.
2:48
So automatically this will install this.
2:52
So you simply write
2:57
you can also manually install this
2:59
zipped file as well. If basically if it
3:01
shows this message of failed you can
3:03
come to this and specifically download
3:06
this zip file.
3:09
So I personally tried this. It's really
3:11
insane update and it basically makes um
3:14
creating applications with AI far more
3:17
easier because sometimes AI get confused
3:20
inside your instructions or sometimes
3:23
you haven't have the time to write this
3:26
all the features that you are expecting
3:29
from the AI. So in those scenarios this
3:32
specification kit will be insane. So now
3:34
it actually supporting all the popular
3:36
AI agents as you can see in the
3:38
documentation. So you come to this
3:41
simply download this and simply start
3:44
building out your applications in a
3:46
faster way. It's uh so it's a complete
3:49
toolkit. It contains multiple files. You
3:52
can read more about it.
3:57
So it basically creates step-by-step
3:59
instructions so that the AI can fastly
4:03
develop your application. So definitely
4:06
check out this
#Programming
#Software
